diff options
author | Fred Fish <fnf@specifix.com> | 1992-11-15 17:37:16 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-11-15 17:37:16 +0000 |
commit | 6845e2da3e8d8bc547185d00efb7687481ad29c1 (patch) | |
tree | 42dc77e43077f8402abd808953b75e0d2c97e207 | |
parent | 2712dd005bb36a7eaa9dc3df1514cfbe6ee15a86 (diff) | |
download | gdb-6845e2da3e8d8bc547185d00efb7687481ad29c1.zip gdb-6845e2da3e8d8bc547185d00efb7687481ad29c1.tar.gz gdb-6845e2da3e8d8bc547185d00efb7687481ad29c1.tar.bz2 |
* config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
* configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3612d38..a4b76d1 100644 --- a/configure.in +++ b/configure.in @@ -20,6 +20,7 @@ case "${host}" in i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;; i[34]86-*-linux) host_makefile_frag=config/mh-linux ;; + i[34]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;; *-ibm-aix*) host_makefile_frag=config/mh-aix ;; *-sun-solaris*) host_makefile_frag=config/mh-solaris ;; *-hp-hpux) host_makefile_frag=config/mh-hpux ;; |