diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-04-08 00:15:59 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-04-08 00:15:59 +0000 |
commit | 49ad26c23656315a5258eaa8aa30581fd2e9e647 (patch) | |
tree | c4b460cd2c8e664c180b5f9d81684cdea6a66a9a /configure.in | |
parent | 38d693ff6953727d3ac64ce9aa6edcfaf973b493 (diff) | |
download | gdb-49ad26c23656315a5258eaa8aa30581fd2e9e647.zip gdb-49ad26c23656315a5258eaa8aa30581fd2e9e647.tar.gz gdb-49ad26c23656315a5258eaa8aa30581fd2e9e647.tar.bz2 |
* config.guess: Add SINIX support.
* configure.in: Add mips-*-sysv4* support.
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 e4c8d9e..924edac 100644 --- a/configure.in +++ b/configure.in @@ -91,6 +91,7 @@ case "${host}" in mips*-sgi-irix5*) host_makefile_frag=config/mh-irix5 ;; mips*-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;; mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;; + mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;; i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;; |