summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-09 09:23:24 +0000
committerRoland McGrath <roland@gnu.org>1995-09-09 09:23:24 +0000
commit287fbbe72eaa7465640a6573ba7fe8e1a7c41752 (patch)
tree3e5c909a10ce3493ffc082c7b9b258f40afec3ac
parentf87cd5a2293c048a211709b1bfa737d3f65bd9b4 (diff)
Added i486-linux
-rw-r--r--.cvsignore2
-rwxr-xr-xconfigure4
2 files changed, 3 insertions, 3 deletions
diff --git a/.cvsignore b/.cvsignore
index 5af3169e18..cf479d2b3b 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -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
diff --git a/configure b/configure
index 89a68af3b3..e579acba63 100755
--- 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 ;;