From: Per Bothner Date: Tue, 23 Jun 1992 06:50:30 +0000 (+0000) Subject: Add Linux hook. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4da05fa091126a22b1ccde58bec06fdd603dd656;p=binutils-gdb.git Add Linux hook. --- diff --git a/configure.in b/configure.in index fc5a5819348..0e368148f6a 100644 --- a/configure.in +++ b/configure.in @@ -19,6 +19,7 @@ solaris*) host_makefile_frag=config/mh-solaris ;; sysv* | irix3) host_makefile_frag=config/mh-sysv ;; sco*) host_makefile_frag=config/mh-sco ;; irix4) host_makefile_frag=config/mh-irix4 ;; +linux) host_makefile_frag=config/mh-linux ;; ultrix*) case "${host_cpu}" in mips) host_makefile_frag=config/mh-decstation ;;