configure.ac: Add powerpc*-*-* to gold supported targets.
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Jun 2008 17:13:12 +0000 (17:13 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 12 Jun 2008 17:13:12 +0000 (13:13 -0400)
2008-06-12  David S. Miller  <davem@davemloft.net>
            David Edelsohn  <edelsohn@gnu.org>

        * configure.ac: Add powerpc*-*-* to gold supported targets.
        * configure: Regenerate.

Co-Authored-By: David Edelsohn <edelsohn@gnu.org>
From-SVN: r136717

ChangeLog
configure
configure.ac

index 9f8d407867fe6314d9c004fd68476f47dda74d96..7cb5a09a18f4e7d1b7ec9358c3180fda1c3bd52a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-12  David S. Miller  <davem@davemloft.net>
+           David Edelsohn  <edelsohn@gnu.org>
+
+       * configure.ac: Add powerpc*-*-* to gold supported targets.
+       * configure: Regenerate.
+
 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
 
        PR tree-optimization/36218
index 213befb575112dfcefa721e7fc5f6f6f24f49d36..5f635461135ae748e6b7d991a45084d4099560a4 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-*-* | sparc*-*-*)
+      i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-*)
         configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
         ;;
     esac
index 3b443e5a5095acba914b15c62b65e8a7e16c2235..175de11b60719223c6d116d496b0887e1320684a 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-*-* | sparc*-*-*)
+      i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-*)
         configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
         ;;
     esac