From: Richard Kenner Date: Fri, 30 Sep 1994 21:26:44 +0000 (-0400) Subject: (windowsnt): Alias for winnt. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7ad200600ddf2064fd1d83958f3c03a70720fdb;p=gcc.git (windowsnt): Alias for winnt. (winnt): New OS name. From-SVN: r8178 --- diff --git a/gcc/config.sub b/gcc/config.sub index f2083668f95..0f5419a0836 100755 --- a/gcc/config.sub +++ b/gcc/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|'`