2009-05-28 Doug Kwan <dougkwan@google.com>
* configure.ac: Support gold for target arm*-*-*. * configure: Regenerate. * gold/Makefile.am (TARGETSOURCES): Add arm.cc. (ALL_TARGETOBJECTS): Add arm.$(OBJEXT) * gold/Makefile.in: Regenerate. * gold/arm.cc: New file. * gold/configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
This commit is contained in:
parent
9971adf5aa
commit
dc3c8b01f6
@ -1,3 +1,8 @@
|
||||
2009-05-28 Doug Kwan <dougkwan@google.com>
|
||||
|
||||
* configure.ac: Support gold for target arm*-*-*.
|
||||
* configure: Regenerate.
|
||||
|
||||
2009-05-27 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* Makefile.tpl (all): Avoid harmless warning in make all when
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2077,7 +2077,7 @@ if test "${ENABLE_GOLD}" = "yes"; then
|
||||
if test "$is_elf" = "yes"; then
|
||||
# Check for target supported by gold.
|
||||
case "${target}" in
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-*)
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
|
||||
configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
|
||||
;;
|
||||
esac
|
||||
|
@ -318,7 +318,7 @@ if test "${ENABLE_GOLD}" = "yes"; then
|
||||
if test "$is_elf" = "yes"; then
|
||||
# Check for target supported by gold.
|
||||
case "${target}" in
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-*)
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
|
||||
configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user