mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* configure.tgt: Correct gldi960 to gld960.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Feb 20 16:07:00 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* configure.tgt: Correct gldi960 to gld960.
|
||||||
|
|
||||||
Mon Feb 19 11:16:44 1996 Ian Lance Taylor <ian@cygnus.com>
|
Mon Feb 19 11:16:44 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* emultempl/elf32.em (gld${EMULATION_NAME}_check_needed): Check
|
* emultempl/elf32.em (gld${EMULATION_NAME}_check_needed): Check
|
||||||
|
@ -30,9 +30,9 @@ sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
|
|||||||
sparc*-wrs-vxworks*) targ_emul=sun4 ;;
|
sparc*-wrs-vxworks*) targ_emul=sun4 ;;
|
||||||
i960-wrs-vxworks5.0*) targ_emul=gld960 ;;
|
i960-wrs-vxworks5.0*) targ_emul=gld960 ;;
|
||||||
i960-wrs-vxworks5*) targ_emul=gld960coff ;;
|
i960-wrs-vxworks5*) targ_emul=gld960coff ;;
|
||||||
i960-wrs-vxworks*) targ_emul=gldi960 ;;
|
i960-wrs-vxworks*) targ_emul=gld960 ;;
|
||||||
i960-*-coff) targ_emul=gld960coff ;;
|
i960-*-coff) targ_emul=gld960coff ;;
|
||||||
i960-intel-nindy) targ_emul=gldi960 ;;
|
i960-intel-nindy) targ_emul=gld960 ;;
|
||||||
m68*-sun-sunos[34]*) targ_emul=sun3 ;;
|
m68*-sun-sunos[34]*) targ_emul=sun3 ;;
|
||||||
m68*-wrs-vxworks*) targ_emul=sun3 ;;
|
m68*-wrs-vxworks*) targ_emul=sun3 ;;
|
||||||
m68*-ericsson-ose) targ_emul=sun3 ;;
|
m68*-ericsson-ose) targ_emul=sun3 ;;
|
||||||
|
Reference in New Issue
Block a user