mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-23 18:06:02 +00: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:
parent
7358e3f75c
commit
7bd1c9613d
@ -1,3 +1,7 @@
|
||||
2007-02-07 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* configure.tgt: Ditto.
|
||||
|
||||
2007-02-05 Dave Brolley <brolley@redhat.com>
|
||||
Richard Sandiford <rsandifo@redhat.com>
|
||||
DJ Delorie <dj@redhat.com>
|
||||
|
@ -113,6 +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*) fmt=elf em=linux ;;
|
||||
arm-*-netbsdelf*) fmt=elf 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>
|
||||
|
||||
* 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_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
|
||||
targ_extra_emuls="armelf armelfb armelfb_linux"
|
||||
targ_extra_libpath="armelfb_linux"
|
||||
|
Loading…
x
Reference in New Issue
Block a user