diff options
author | Per Bothner <per@bothner.com> | 1992-06-23 06:50:30 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-06-23 06:50:30 +0000 |
commit | 4da05fa091126a22b1ccde58bec06fdd603dd656 (patch) | |
tree | dac226de7a8e6e6c8f8ab5cda846bbcfaffba117 /configure.in | |
parent | 677291b54f544168f841292a43322b9cc47f2c3e (diff) | |
download | gdb-4da05fa091126a22b1ccde58bec06fdd603dd656.zip gdb-4da05fa091126a22b1ccde58bec06fdd603dd656.tar.gz gdb-4da05fa091126a22b1ccde58bec06fdd603dd656.tar.bz2 |
Add Linux hook.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index fc5a581..0e36814 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 ;; |