mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Use target i386-aout for i386-*-aout. This just provides a default
emulation mode (of 1386aout).
This commit is contained in:
@ -31,7 +31,7 @@ case "${host}" in
|
|||||||
;;
|
;;
|
||||||
m68k-cbm-svr4) my_host=amix
|
m68k-cbm-svr4) my_host=amix
|
||||||
;;
|
;;
|
||||||
m68k-hp-hpux) my_host=hp9000 # FIXME this should 9000/xxx
|
m68k-hp-hpux) my_host=hp300
|
||||||
;;
|
;;
|
||||||
m68k-hp-bsd) my_host=hp300bsd
|
m68k-hp-bsd) my_host=hp300bsd
|
||||||
;;
|
;;
|
||||||
@ -119,6 +119,8 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
i386-*-coff) my_target=i386-coff
|
i386-*-coff) my_target=i386-coff
|
||||||
;;
|
;;
|
||||||
|
i386-*-aout) my_target=i386-aout
|
||||||
|
;;
|
||||||
m88k-*-*) my_target=m88k-bcs
|
m88k-*-*) my_target=m88k-bcs
|
||||||
;;
|
;;
|
||||||
a29k-*-udi) my_target=sa29200
|
a29k-*-udi) my_target=sa29200
|
||||||
@ -142,6 +144,8 @@ case "${target}" in
|
|||||||
m68*-*-*) echo '***' "Unknown m68k target vendor for ld:" ${target_vendor} 1>&2
|
m68*-*-*) echo '***' "Unknown m68k target vendor for ld:" ${target_vendor} 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
z8k-*sim) my_target=z8ksim
|
||||||
|
;;
|
||||||
*-*-aout) my_target=${target_cpu}-${target_vendor}
|
*-*-aout) my_target=${target_cpu}-${target_vendor}
|
||||||
;;
|
;;
|
||||||
*-*-coff) my_target=${target_cpu}-${target_vendor}
|
*-*-coff) my_target=${target_cpu}-${target_vendor}
|
||||||
|
Reference in New Issue
Block a user