diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-09-30 17:26:44 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-09-30 17:26:44 -0400 |
commit | e7ad200600ddf2064fd1d83958f3c03a70720fdb (patch) | |
tree | 0c641bba09180302fc67db4dc64af374d4207e33 /gcc | |
parent | eac293a1a815242d72d8f081886c24e9edbb1842 (diff) | |
download | gcc-e7ad200600ddf2064fd1d83958f3c03a70720fdb.zip gcc-e7ad200600ddf2064fd1d83958f3c03a70720fdb.tar.gz gcc-e7ad200600ddf2064fd1d83958f3c03a70720fdb.tar.bz2 |
(windowsnt): Alias for winnt.
(winnt): New OS name.
From-SVN: r8178
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/config.sub | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index f208366..0f5419a 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|'` |