diff options
author | Richard Kenner <kenner@gnu.org> | 1994-09-30 21:26:44 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1994-09-30 21:26:44 +0000 |
commit | 8574d0ca09674a088ade7b8a133235be7c38c944 (patch) | |
tree | af4371ed16db76213f1de45711f4a802a2b81e38 /config.sub | |
parent | e51ba3373e1bbccffad5ccd37ba197d4891b01a0 (diff) | |
download | emacs-8574d0ca09674a088ade7b8a133235be7c38c944.tar.gz |
(windowsnt): Alias for winnt.
(winnt): New OS name.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 5 |
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|'` |