mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 10:55:46 +08:00
2007-02-07 Paul Brook <paul@codesourcery.com>
ld/ * configure.tgt: Add arm*-*-uclinux-*eabi. gas/ * configure.tgt: Ditto.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-02-07 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
* configure.tgt: Ditto.
|
||||||
|
|
||||||
2007-02-05 Dave Brolley <brolley@redhat.com>
|
2007-02-05 Dave Brolley <brolley@redhat.com>
|
||||||
Richard Sandiford <rsandifo@redhat.com>
|
Richard Sandiford <rsandifo@redhat.com>
|
||||||
DJ Delorie <dj@redhat.com>
|
DJ Delorie <dj@redhat.com>
|
||||||
|
@ -113,6 +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*) 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-02-07 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
* configure.tgt: Add arm*-*-uclinux-*eabi.
|
||||||
|
|
||||||
2007-02-06 H.J. Lu <hongjiu.lu@intel.com>
|
2007-02-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* ldlang.c (lang_size_sections_1): Add a missing `)'.
|
* ldlang.c (lang_size_sections_1): Add a missing `)'.
|
||||||
|
@ -76,6 +76,10 @@ 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
|
||||||
|
targ_extra_emuls=armelfb_linux_eabi
|
||||||
|
targ_extra_libpath=$targ_extra_emuls
|
||||||
|
;;
|
||||||
arm*-*-uclinux*) targ_emul=armelf_linux
|
arm*-*-uclinux*) 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"
|
||||||
|
Reference in New Issue
Block a user