summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-05-29 00:15:11 +0000
committerDoug Kwan <dougkwan@google.com>2009-05-29 00:15:11 +0000
commitdc3c8b01f61b5667d20225af9824f00372f641da (patch)
treea063b49558f75ea8e2301030a40527742e3b4d91 /configure.ac
parent9971adf5aaeb9e0f7f50e00f3ae07f18a72712a4 (diff)
downloadcygnal-dc3c8b01f61b5667d20225af9824f00372f641da.tar.gz
cygnal-dc3c8b01f61b5667d20225af9824f00372f641da.tar.bz2
cygnal-dc3c8b01f61b5667d20225af9824f00372f641da.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.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ee63082d6..ba45bd5d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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