diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-06-21 16:24:10 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-06-21 16:24:10 +0000 |
commit | edc8c6d191440ae8f29680a9c8c2b697151ff8aa (patch) | |
tree | 4e24362485fc40df2d4075c1e25d691acf689b77 /config.sub | |
parent | a86b6d57a823c221e25df8619a5af67aa38a4cf1 (diff) | |
download | gnumach-edc8c6d191440ae8f29680a9c8c2b697151ff8aa.tar.gz gnumach-edc8c6d191440ae8f29680a9c8c2b697151ff8aa.tar.bz2 gnumach-edc8c6d191440ae8f29680a9c8c2b697151ff8aa.zip |
Sun Jun 20 18:33:59 1999 Thomas Bushnell, BSG <tb@mit.edu>
* version.c (version): Updated to version 1.2.
* i386/Files: Regenerated.
* i386/Subdirs: Regenerated.
* linux/Files: New file.
* linux/Subdirs: New file.
* Makefile.in (all-archs): Add `linux'.
(all-real-archs): New variable.
(dist): Create `machine' symlink only on
$(all-real-archs).
* Makefile.in (dist): Use `cp' instead of `ln'.
* config.guess: Updated from autoconf 2.13.
* config.sub: Likewise.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -714,8 +714,7 @@ case $os in | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -rhapsody* \ - | -openstep*) + | -mingw32* | -linux-gnu* | -uxpv* | -beos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -linux*) |