diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-09 09:23:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-09 09:23:24 +0000 |
commit | 287fbbe72eaa7465640a6573ba7fe8e1a7c41752 (patch) | |
tree | 3e5c909a10ce3493ffc082c7b9b258f40afec3ac /configure | |
parent | f87cd5a2293c048a211709b1bfa737d3f65bd9b4 (diff) | |
download | glibc-287fbbe72eaa7465640a6573ba7fe8e1a7c41752.tar glibc-287fbbe72eaa7465640a6573ba7fe8e1a7c41752.tar.gz glibc-287fbbe72eaa7465640a6573ba7fe8e1a7c41752.tar.bz2 glibc-287fbbe72eaa7465640a6573ba7fe8e1a7c41752.zip |
Added i486-linux
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ;; |