summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gnu.org>1994-09-30 21:26:44 +0000
committerRichard Kenner <kenner@gnu.org>1994-09-30 21:26:44 +0000
commit8574d0ca09674a088ade7b8a133235be7c38c944 (patch)
treeaf4371ed16db76213f1de45711f4a802a2b81e38 /config.sub
parente51ba3373e1bbccffad5ccd37ba197d4891b01a0 (diff)
downloademacs-8574d0ca09674a088ade7b8a133235be7c38c944.tar.gz
(windowsnt): Alias for winnt.
(winnt): New OS name.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index f2083668f95..0f5419a0836 100755
--- a/config.sub
+++ b/config.sub
@@ -106,6 +106,9 @@ case $os in
-ptx*)
basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
;;
+ -windowsnt*)
+ os=`echo $os | sed -e 's/windowsnt/winnt/'`
+ ;;
esac
# Decode aliases for certain CPU-COMPANY combinations.
@@ -566,7 +569,7 @@ case $os in
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
- | -ptx* | -coff*)
+ | -ptx* | -coff* | -winnt*)
;;
-sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'`