mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
Fixed wrong entry in the ld/configure.tgt list
This commit is contained in:
parent
226c7fbc4a
commit
9f8633693f
@ -1,5 +1,6 @@
|
|||||||
2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
|
2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||||
|
|
||||||
|
* configure.tgt: Fixed bug in list of targ_extra_emuls.
|
||||||
* emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
|
* emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
|
||||||
cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
|
cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
|
||||||
* emulparams/tic3xcoff_onchip.sh: Ditto
|
* emulparams/tic3xcoff_onchip.sh: Ditto
|
||||||
|
@ -514,8 +514,8 @@ powerpc-*-windiss*) targ_emul=elf32ppcwindiss ;;
|
|||||||
rs6000-*-aix5*) targ_emul=aix5rs6 ;;
|
rs6000-*-aix5*) targ_emul=aix5rs6 ;;
|
||||||
rs6000-*-aix*) targ_emul=aixrs6 ;;
|
rs6000-*-aix*) targ_emul=aixrs6 ;;
|
||||||
tic30-*-*aout*) targ_emul=tic30aout ;;
|
tic30-*-*aout*) targ_emul=tic30aout ;;
|
||||||
tic30-*-*coff*) targ_emul=tic30coff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;
|
tic30-*-*coff*) targ_emul=tic30coff ;;
|
||||||
tic4x-*-* | c4x-*-*) targ_emul=tic4xcoff ;;
|
tic4x-*-* | c4x-*-*) targ_emul=tic4xcoff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;
|
||||||
tic54x-*-* | c54x*-*-*) targ_emul=tic54xcoff ;;
|
tic54x-*-* | c54x*-*-*) targ_emul=tic54xcoff ;;
|
||||||
tic80-*-*) targ_emul=tic80coff ;;
|
tic80-*-*) targ_emul=tic80coff ;;
|
||||||
v850-*-*) targ_emul=v850 ;;
|
v850-*-*) targ_emul=v850 ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user