Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2008-06-12 21:07:34 +0400
committerDavid Edelsohn <edelsohn@gnu.org>2008-06-12 21:07:34 +0400
commit4a386f084a3b58afa8bb224aeb01b3f61f1a8484 (patch)
tree357e6133380e8366c651b7ba74fbc77439be52c0 /configure.ac
parentd73fd47d38557488e9cf718c68ed57f5b41c0af9 (diff)
2008-06-12 David S. Miller <davem@davemloft.net>
David Edelsohn <edelsohn@gnu.org> * configure.ac: Add powerpc*-*-* to gold supported targets. * configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 13a7cc1c0..cb704bdf0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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