mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-04-07 06:31:50 +00:00
2007-04-04 Paul Brook <paul@codesourcery.com>
ld/ * configure.tgt: Loosen checks for arm uclinux eabi targets. gas/ * configure.tgt: Loosen checks for arm uclinux eabi targets.
This commit is contained in:
parent
e7951e8e63
commit
9fcfe2ed35
@ -1,3 +1,7 @@
|
|||||||
|
2007-04-04 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
* configure.tgt: Loosen checks for arm uclinux eabi targets.
|
||||||
|
|
||||||
2007-04-02 Sterling Augustine <sterling@tensilica.com>
|
2007-04-02 Sterling Augustine <sterling@tensilica.com>
|
||||||
|
|
||||||
* config/tc-xtensa.c (xtensa_flush_pending_output): Check
|
* config/tc-xtensa.c (xtensa_flush_pending_output): Check
|
||||||
|
@ -113,7 +113,7 @@ case ${generic_target} in
|
|||||||
arm-*-linux*aout*) fmt=aout em=linux ;;
|
arm-*-linux*aout*) fmt=aout em=linux ;;
|
||||||
arm-*-linux-*eabi*) fmt=elf em=armlinuxeabi ;;
|
arm-*-linux-*eabi*) fmt=elf em=armlinuxeabi ;;
|
||||||
arm-*-linux-*) fmt=elf em=linux ;;
|
arm-*-linux-*) fmt=elf em=linux ;;
|
||||||
arm-*-uclinux-*eabi*) fmt=elf em=armlinuxeabi ;;
|
arm-*-uclinux*eabi*) fmt=elf em=armlinuxeabi ;;
|
||||||
arm-*-uclinux*) fmt=elf em=linux ;;
|
arm-*-uclinux*) fmt=elf em=linux ;;
|
||||||
arm-*-netbsdelf*) fmt=elf em=nbsd ;;
|
arm-*-netbsdelf*) fmt=elf em=nbsd ;;
|
||||||
arm-*-*n*bsd*) fmt=aout em=nbsd ;;
|
arm-*-*n*bsd*) fmt=aout em=nbsd ;;
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2007-04-04 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
* configure.tgt: Loosen checks for arm uclinux eabi targets.
|
||||||
|
|
||||||
2007-04-02 H.J. Lu <hongjiu.lu@intel.com>
|
2007-04-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/4090
|
PR ld/4090
|
||||||
|
@ -83,7 +83,7 @@ arm*-*-linux-*) targ_emul=armelf_linux
|
|||||||
targ_extra_emuls="armelf armelfb armelfb_linux"
|
targ_extra_emuls="armelf armelfb armelfb_linux"
|
||||||
targ_extra_libpath="armelfb_linux"
|
targ_extra_libpath="armelfb_linux"
|
||||||
;;
|
;;
|
||||||
arm*-*-uclinux-*eabi) targ_emul=armelf_linux_eabi
|
arm*-*-uclinux*eabi) targ_emul=armelf_linux_eabi
|
||||||
targ_extra_emuls=armelfb_linux_eabi
|
targ_extra_emuls=armelfb_linux_eabi
|
||||||
targ_extra_libpath=$targ_extra_emuls
|
targ_extra_libpath=$targ_extra_emuls
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user