mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
config.sub: Add support for i[34567]86-pc-udk.
* config.sub: Add support for i[34567]86-pc-udk. * configure.in: Likewise. From-SVN: r22701
This commit is contained in:
parent
4f01de5c33
commit
73a6d2e797
@ -1,3 +1,8 @@
|
||||
Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
|
||||
|
||||
* config.sub: Add support for i[34567]86-pc-udk.
|
||||
* configure.in: Likewise.
|
||||
|
||||
Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
|
||||
|
5
config.sub
vendored
5
config.sub
vendored
@ -131,6 +131,9 @@ case $os in
|
||||
os=-sco3.2v2
|
||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||
;;
|
||||
-udk*)
|
||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||
;;
|
||||
-isc)
|
||||
os=-isc2.2
|
||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||
@ -916,7 +919,7 @@ case $os in
|
||||
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
|
||||
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
|
||||
| -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
||||
| -mingw32* | -linux-gnu* | -uxpv* | -mpeix*)
|
||||
| -mingw32* | -linux-gnu* | -uxpv* | -mpeix* | -udk* )
|
||||
# Remember, each alternative MUST END IN *, to match a version number.
|
||||
;;
|
||||
# CYGNUS LOCAL
|
||||
|
@ -164,6 +164,9 @@ case "${host}" in
|
||||
i[3456]86-*-sco*)
|
||||
host_makefile_frag="${host_makefile_frag} config/mh-sco"
|
||||
;;
|
||||
i[3456]86-*-udk*)
|
||||
host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
|
||||
;;
|
||||
i[3456]86-*-isc*)
|
||||
host_makefile_frag="${host_makefile_frag} config/mh-sysv"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user