(windowsnt): Alias for winnt.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 30 Sep 1994 21:26:44 +0000 (17:26 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 30 Sep 1994 21:26:44 +0000 (17:26 -0400)
(winnt): New OS name.

From-SVN: r8178

gcc/config.sub

index f2083668f95c7d72e75de08c3bc09486c85dd808..0f5419a08361efd51fe966614e1c1e10743ec936 100755 (executable)
@@ -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|'`