diff options
author | Doug Kwan <dougkwan@google.com> | 2009-06-01 19:41:08 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@gcc.gnu.org> | 2009-06-01 19:41:08 +0000 |
commit | 7f1245dffdf167551d9fb379f94370b053de5c30 (patch) | |
tree | 0583105bfb43152cbc43b7a99588f324b5e274af /configure.ac | |
parent | df0026a75e538e8bd59d6ed8c91e2e4fdb60d0db (diff) | |
download | gcc-7f1245dffdf167551d9fb379f94370b053de5c30.tar.gz |
configure.ac: Support gold for target arm*-*-*.
2009-06-01 Doug Kwan <dougkwan@google.com>
* configure.ac: Support gold for target arm*-*-*.
* configure: Regenerate.
From-SVN: r148064
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1b3d82e9b06..9f280a5a4af 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 |