mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
*** empty log message ***
This commit is contained in:
10
bfd/config.sub
vendored
10
bfd/config.sub
vendored
@ -162,6 +162,12 @@ iris | iris4d)
|
|||||||
vendor=sgi
|
vendor=sgi
|
||||||
os=irix # maybe?
|
os=irix # maybe?
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
dpx2)
|
||||||
|
vendor = bull
|
||||||
|
cpu = m68k
|
||||||
|
os = sysv
|
||||||
|
;;
|
||||||
isi | isi68)
|
isi | isi68)
|
||||||
cpu=m68k
|
cpu=m68k
|
||||||
vendor=isi
|
vendor=isi
|
||||||
@ -388,7 +394,7 @@ case "${vendor}" in
|
|||||||
cbm | convergent | convex | coff | cray | dec | encore |\
|
cbm | convergent | convex | coff | cray | dec | encore |\
|
||||||
gould | intel | isi | hp | ibm | little | mips | motorola |\
|
gould | intel | isi | hp | ibm | little | mips | motorola |\
|
||||||
ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\
|
ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\
|
||||||
unicom | utek | wrs ) ;;
|
unicom | utek | wrs | bull ) ;;
|
||||||
|
|
||||||
# start-sanitize-v9
|
# start-sanitize-v9
|
||||||
hal) ;;
|
hal) ;;
|
||||||
@ -404,7 +410,7 @@ esac
|
|||||||
|
|
||||||
case "${os}" in
|
case "${os}" in
|
||||||
aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \
|
aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \
|
||||||
| isc* | mach* | newsos* | nindy* | none | osf* | osf* | sco* \
|
| isc* | kern | mach* | newsos* | nindy* | none | osf* | osf* | sco* \
|
||||||
| sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks* \
|
| sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks* \
|
||||||
| sym[1-9]* | unicos* | uts | svr4 | amigados)
|
| sym[1-9]* | unicos* | uts | svr4 | amigados)
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user