Added i486-linux
authorRoland McGrath <roland@gnu.org>
Sat, 9 Sep 1995 09:23:24 +0000 (09:23 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 9 Sep 1995 09:23:24 +0000 (09:23 +0000)
.cvsignore
configure

index 5af3169..cf479d2 100644 (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
 
index 89a68af..e579acb 100755 (executable)
--- a/configure
+++ b/configure
@@ -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 ;;