mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 01:42:21 +08:00
Change OS of next from sysv to mach.
This commit is contained in:
40
config.sub
vendored
40
config.sub
vendored
@ -151,6 +151,10 @@ case $basic_machine in
|
|||||||
basic_machine=i386-unknown
|
basic_machine=i386-unknown
|
||||||
os=-scosysv322
|
os=-scosysv322
|
||||||
;;
|
;;
|
||||||
|
go32 | i386-go32)
|
||||||
|
basic_machine=i386-unknown
|
||||||
|
os=-go32
|
||||||
|
;;
|
||||||
i386-isc* | isc)
|
i386-isc* | isc)
|
||||||
basic_machine=i386-unknown
|
basic_machine=i386-unknown
|
||||||
os=-iscsysv
|
os=-iscsysv
|
||||||
@ -280,7 +284,7 @@ case $basic_machine in
|
|||||||
;;
|
;;
|
||||||
next)
|
next)
|
||||||
basic_machine=m68k-next
|
basic_machine=m68k-next
|
||||||
os=-sysv
|
os=-mach
|
||||||
;;
|
;;
|
||||||
hp9k3[2-9][0-9])
|
hp9k3[2-9][0-9])
|
||||||
basic_machine=m68k-hp
|
basic_machine=m68k-hp
|
||||||
@ -377,9 +381,26 @@ case $basic_machine in
|
|||||||
basic_machine=a29k-amd
|
basic_machine=a29k-amd
|
||||||
os=-ebmon
|
os=-ebmon
|
||||||
;;
|
;;
|
||||||
h8300hds)
|
|
||||||
|
h8300hms)
|
||||||
basic_machine=h8300-hitachi
|
basic_machine=h8300-hitachi
|
||||||
os=-hds
|
os=-hms
|
||||||
|
;;
|
||||||
|
udi29k)
|
||||||
|
basic_machine=a29k-amd
|
||||||
|
os=-udi
|
||||||
|
;;
|
||||||
|
a29khif)
|
||||||
|
basic_machine=a29k-amd
|
||||||
|
os=-udi
|
||||||
|
;;
|
||||||
|
sa29200)
|
||||||
|
basic_machine=a29k-amd
|
||||||
|
os=-udi
|
||||||
|
;;
|
||||||
|
h8300xray)
|
||||||
|
basic_machine=h8300-hitachi
|
||||||
|
os=-xray
|
||||||
;;
|
;;
|
||||||
harris)
|
harris)
|
||||||
basic_machine=m88k-harris
|
basic_machine=m88k-harris
|
||||||
@ -483,16 +504,17 @@ case $os in
|
|||||||
-bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* \
|
-bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* \
|
||||||
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
|
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
|
||||||
| -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* | -sym* \
|
| -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* | -sym* \
|
||||||
| -amigados* | -msdos* | -none* | -os68k* | -irix* \
|
| -newsos | -amigados* | -msdos* | -none* | -os68k* | -irix* \
|
||||||
| -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs*)
|
| -nindy* | -vxworks* | -ebmon* | -udi | -hms* | -xray | -m88kbcs* | -go32)
|
||||||
;;
|
;;
|
||||||
# start-sanitize-v9
|
# start-sanitize-v9
|
||||||
-v7 | -v9 | -hal32 | -hal64) ;;
|
-v7 | -v9 | -hal32 | -hal64) ;;
|
||||||
# end-sanitize-v9
|
# end-sanitize-v9
|
||||||
|
|
||||||
-newsos*)
|
# Note that readline checks for newsos
|
||||||
os=-bsd
|
# -newsos*)
|
||||||
;;
|
# os=-bsd
|
||||||
|
# ;;
|
||||||
-osfrose*)
|
-osfrose*)
|
||||||
os=-osf
|
os=-osf
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user