mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08: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>
|
||||
|
||||
* 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-*eabi*) fmt=elf em=armlinuxeabi ;;
|
||||
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-*-netbsdelf*) fmt=elf 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>
|
||||
|
||||
PR ld/4090
|
||||
|
@ -83,7 +83,7 @@ arm*-*-linux-*) targ_emul=armelf_linux
|
||||
targ_extra_emuls="armelf armelfb 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_libpath=$targ_extra_emuls
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user