From 310213e869a9d10697dea5013e6492ccf60322e3 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 12 Jun 2008 17:07:34 +0000 Subject: 2008-06-12 David S. Miller David Edelsohn * configure.ac: Add powerpc*-*-* to gold supported targets. * configure: Regenerate. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 13a7cc1..cb704bd 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 -- cgit v1.1