aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbonzini <>2008-04-18 10:05:24 +0000
committerbonzini <>2008-04-18 10:05:24 +0000
commit78e6eac2713561a35c5a0e96acf90517fbdf56a7 (patch)
tree131186ad9b2fcfc653889a40ea0487b85e94d878 /configure
parente9e55d934e9980f4c48d19e4ff8c3ef987b0624d (diff)
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.
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