From 63e045018a442abf4d2a0b828dda997e867cc831 Mon Sep 17 00:00:00 2001 From: kenner Date: Fri, 30 Sep 1994 21:26:44 +0000 Subject: [PATCH] (windowsnt): Alias for winnt. (winnt): New OS name. --- config.sub | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.sub b/config.sub index f208366..0f5419a 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|'`