summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-05-29 00:15:12 +0000
committerDoug Kwan <dougkwan@google.com>2009-05-29 00:15:12 +0000
commit4a657b0d926d4a582ee5f41aef9e8dab97e39c29 (patch)
tree4e89564a12d91c1caab5a69ec7a5ec0591cad7a9 /configure
parentcc1540444920680a64159be6b6e3194bbeaa3ba3 (diff)
downloadppe42-binutils-4a657b0d926d4a582ee5f41aef9e8dab97e39c29.tar.gz
ppe42-binutils-4a657b0d926d4a582ee5f41aef9e8dab97e39c29.zip
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8559109b63..d750b42bf2 100755
--- a/configure
+++ b/configure
@@ -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
OpenPOWER on IntegriCloud