aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-04-18 11:05:24 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2008-04-18 11:05:24 +0000
commit14a8726b8a54cf83654426302e4fe91877cad971 (patch)
tree131186ad9b2fcfc653889a40ea0487b85e94d878 /configure
parent7142fb32472b5c68d126d194755e49dfa52b776b (diff)
downloadgcc-14a8726b8a54cf83654426302e4fe91877cad971.zip
gcc-14a8726b8a54cf83654426302e4fe91877cad971.tar.gz
gcc-14a8726b8a54cf83654426302e4fe91877cad971.tar.bz2
[multiple changes]
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. From-SVN: r134437
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 91ffd7f..92f62a3 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