summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-18 11:05:24 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-18 11:05:24 +0000
commit83a50aef528bed2048382a81f25ae05a71378794 (patch)
tree131186ad9b2fcfc653889a40ea0487b85e94d878 /configure.ac
parentf0cb9b36fdeb5ea4c2735b7ce2784eaea7864fcb (diff)
downloadgcc-83a50aef528bed2048382a81f25ae05a71378794.tar.gz
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
Sync with src: 2008-04-14 David S. Miller <davem@davemloft.net> * configure.ac: Add sparc*-*-* to gold supported targets. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134437 138bc75d-0d04-0410-961f-82ee72b054a4
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 c96f630d32b..13a7cc1c092 100644
--- a/configure.ac
+++ b/configure.ac
@@ -317,7 +317,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-*-*)
+ i?86-*-* | x86_64-*-* | sparc*-*-*)
configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
;;
esac