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:
parent
d73fd47d38
commit
4a386f084a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue