Added i486-linux

This commit is contained in:
Roland McGrath 1995-09-09 09:23:24 +00:00
parent f87cd5a229
commit 287fbbe72e
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ glibc-*
configparms
sun4 i386 i386-gnuelf hp300-netbsd hp300
sun4 i386 i386-gnuelf hp300-netbsd hp300 i486-linux
ieeetest hppa-sysdeps regex

4
configure vendored
View File

@ -735,9 +735,9 @@ netbsd* | 386bsd* | freebsd* | bsdi*)
base_os=unix/bsd/bsd4.4 ;;
osf* | sunos* | ultrix* | newsos* | dynix* | *bsd*)
base_os=unix/bsd ;;
sysv* | isc* | esix* | sco* | minix* | irix4*)
sysv* | isc* | esix* | sco* | minix* | irix4* | linux*)
base_os=unix/sysv ;;
linux* | solaris[2-9]*)
solaris[2-9]*)
base_os=unix/sysv/sysv4 ;;
none)
base_os=standalone ;;