2008-06-12 David S. Miller <davem@davemloft.net>
David Edelsohn <edelsohn@gnu.org> * configure.ac: Add powerpc*-*-* to gold supported targets. * configure: Regenerate.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user