diff options
author | Stu Grossman <grossman@cygnus> | 1991-09-16 23:17:02 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1991-09-16 23:17:02 +0000 |
commit | 0e3025722770a9f7b608912620974611aac9c77f (patch) | |
tree | b79c703d43b5f632659bcf8cb163722798a44855 /configure.in | |
parent | 8020d5da168953f6091f674ba5bfd7128e85836c (diff) | |
download | gdb-0e3025722770a9f7b608912620974611aac9c77f.zip gdb-0e3025722770a9f7b608912620974611aac9c77f.tar.gz gdb-0e3025722770a9f7b608912620974611aac9c77f.tar.bz2 |
sgi/irix configuration stuff.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 55cbe78..22f391c 100644 --- a/configure.in +++ b/configure.in @@ -9,8 +9,16 @@ srcname="gnu development package" # per-host: +# XXX - FIXME there needs to be a case for hmake-dgux + +case "${host_os}" in +sysv* | irix*) host_makefile_frag=config/hmake-sysv ;; +esac + # per-target: +# XXX - FIXME there needs to be a case for tmake-a29k + # # Local Variables: # fill-column: 131 |