Commit 26a1dadb authored by law's avatar law
Browse files

* config.sub: Add i386-uwin support.

        * config.guess: Likewise.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25693 138bc75d-0d04-0410-961f-82ee72b054a4
parent 3538b9b8
Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
* config.sub: Add i386-uwin support.
* config.guess: Likewise.
Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* configure.in: cleanup, add mh-*pic handling for arm, special
......
......@@ -539,6 +539,9 @@ EOF
# i386?
echo i386-pc-interix
exit 0 ;;
i*:UWIN*:*)
echo ${UNAME_MACHINE}-pc-uwin
exit 0 ;;
p*:CYGWIN*:*)
echo powerpcle-unknown-cygwin32
exit 0 ;;
......
......@@ -937,7 +937,7 @@ case $os in
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* )
| -interix* | -uwin* )
# Remember, each alternative MUST END IN *, to match a version number.
;;
# EGCS LOCAL
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment