[multiple changes]
authorPaolo Bonzini <bonzini@gnu.org>
Fri, 18 Apr 2008 11:05:24 +0000 (11:05 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Fri, 18 Apr 2008 11:05:24 +0000 (11:05 +0000)
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

ChangeLog
configure
configure.ac

index 758817056afb39220d7c706affedaaf4074979aa..b3f931fe54bbc991fd41b1c842fbce468e28f9d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
 
        PR bootstrap/35457
index 91ffd7f35a542647182e465f14312fd333adef38..92f62a34d7a3d7e40ea2b48e32d68108b76afd6e 100755 (executable)
--- 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
index c96f630d32bf8c88ee71b93c983cbf7520241c44..13a7cc1c0927c833a32058a20e6bb654ac12d933 100644 (file)
@@ -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