summaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 91ffd7f35a5..92f62a34d7a 100755
--- a/configure
+++ b/configure
@@ -2057,7 +2057,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