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 | faa4bf12608ebd9c22bef7740029782e38c5c91c (patch) | |
tree | 26f1b96c0e9380eb6eeb5d2628af76d18d2ca341 /config.sub | |
parent | 1c0a87105971f441a55ae55454032f353bc67a01 (diff) | |
download | emacs-faa4bf12608ebd9c22bef7740029782e38c5c91c.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|'` |