mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 03:19:13 +08: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>
|
Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||||
|
|
||||||
* configure.in: cleanup, add mh-*pic handling for arm, special
|
* configure.in: cleanup, add mh-*pic handling for arm, special
|
||||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -539,6 +539,9 @@ EOF
|
|||||||
# i386?
|
# i386?
|
||||||
echo i386-pc-interix
|
echo i386-pc-interix
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
i*:UWIN*:*)
|
||||||
|
echo ${UNAME_MACHINE}-pc-uwin
|
||||||
|
exit 0 ;;
|
||||||
p*:CYGWIN*:*)
|
p*:CYGWIN*:*)
|
||||||
echo powerpcle-unknown-cygwin32
|
echo powerpcle-unknown-cygwin32
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
2
config.sub
vendored
2
config.sub
vendored
@ -937,7 +937,7 @@ case $os in
|
|||||||
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
|
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
|
||||||
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
||||||
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
|
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
|
||||||
| -interix* )
|
| -interix* | -uwin* )
|
||||||
# Remember, each alternative MUST END IN *, to match a version number.
|
# Remember, each alternative MUST END IN *, to match a version number.
|
||||||
;;
|
;;
|
||||||
# EGCS LOCAL
|
# EGCS LOCAL
|
||||||
|
Loading…
Reference in New Issue
Block a user