* configure.in: Change i[34]86 to i[345]86.

This commit is contained in:
Ian Lance Taylor 1994-08-24 16:37:58 +00:00
parent a74d15178f
commit a73fc88170
2 changed files with 26 additions and 18 deletions

View File

@ -1,3 +1,11 @@
Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* configure.in: Change i[34]86 to i[345]86.
Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* configure (version): A few more tweaks to help message.
Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
* Makefile.in: Remove (for now) librx as a host library,

View File

@ -99,14 +99,14 @@ case "${host}" in
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-sysv43) host_makefile_frag=config/mh-ncrsvr43 ;;
i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;;
i[34]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
i[34]86-*-linux*) host_makefile_frag=config/mh-linux ;;
i[34]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;;
i[34]86-*-aix*) host_makefile_frag=config/mh-aix386 ;;
i[34]86-*-go32*) host_makefile_frag=config/mh-go32 ;;
i[345]86-ncr-sysv43) host_makefile_frag=config/mh-ncrsvr43 ;;
i[345]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
i[345]86-*-sco*) host_makefile_frag=config/mh-sco ;;
i[345]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
i[345]86-*-linux*) host_makefile_frag=config/mh-linux ;;
i[345]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;;
i[345]86-*-aix*) host_makefile_frag=config/mh-aix386 ;;
i[345]86-*-go32*) host_makefile_frag=config/mh-go32 ;;
vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;;
*-ibm-aix*) host_makefile_frag=config/mh-aix ;;
*-bull-bosx*) host_makefile_frag=config/mh-aix ;;
@ -201,7 +201,7 @@ fi
# Configure extra directories which are host specific
case "${host}" in
i[34]86-*-go32*)
i[345]86-*-go32*)
configdirs="$configdirs dosrel" ;;
esac
@ -212,13 +212,13 @@ esac
noconfigdirs=""
case "${host}" in
i[34]86-*-netbsd*)
i[345]86-*-netbsd*)
noconfigdirs="tk fileutils"
;;
i[34]86-*-vsta)
i[345]86-*-vsta)
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
;;
i[34]86-*-go32)
i[345]86-*-go32)
noconfigdirs="tcl expect deja-gnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
;;
esac
@ -251,22 +251,22 @@ case "${target}" in
esac
noconfigdirs="$noconfigdirs ld shellutils"
;;
i[34]86-*-go32)
i[345]86-*-go32)
# add the go32 support tools to the list
# but don't build gdb
configdirs=`echo go32 ${configdirs}`
noconfigdirs="$noconfigdirs gdb libg++ libio librx"
;;
i[34]86-*-sco*)
i[345]86-*-sco*)
noconfigdirs="$noconfigdirs gprof"
;;
i[34]86-*-solaris2*)
i[345]86-*-solaris2*)
# The linker does static linking correctly, but the Solaris C library
# has bugs such that some important functions won't work when statically
# linked. (See man pages for getpwuid, for example.)
noconfigdirs="$noconfigdirs ld"
;;
i[34]86-*-sysv4*)
i[345]86-*-sysv4*)
# The SYSV4 C compiler doesn't handle Emacs correctly
case "${CC}" in
"" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
@ -312,9 +312,9 @@ case "${target}" in
;;
sh-*-*)
case "${host}" in
i[34]86-*-vsta) ;; # don't add gprof back in
i[345]86-*-vsta) ;; # don't add gprof back in
*) configdirs=`echo gprof ${configdirs}` ;;
i[34]86-*-go32) ;; # don't add gprof back in
i[345]86-*-go32) ;; # don't add gprof back in
*) configdirs=`echo gprof ${configdirs}` ;;
esac
;;