mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
config.sub: Add i386-uwin support.
* config.sub: Add i386-uwin support. * config.guess: Likewise. From-SVN: r25693
This commit is contained in:
parent
4525d75728
commit
926bb5ed06
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -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 ;;
|
||||
|
2
config.sub
vendored
2
config.sub
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user