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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 92f62a3..ea6834a 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-*-* | sparc*-*-*) + i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-*) configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`" ;; esac -- cgit v1.1