[multiple changes]
2008-04-18 Paolo Bonzini <bonzini@gnu.org> Sync with src: 2008-04-14 David S. Miller <davem@davemloft.net> * configure.ac: Add sparc*-*-* to gold supported targets. * configure: Regenerate. From-SVN: r134437
This commit is contained in:
parent
7142fb3247
commit
14a8726b8a
@ -1,3 +1,11 @@
|
||||
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
Sync with src:
|
||||
2008-04-14 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* configure.ac: Add sparc*-*-* to gold supported targets.
|
||||
* configure: Regenerate.
|
||||
|
||||
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
PR bootstrap/35457
|
||||
|
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-*-*)
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-*)
|
||||
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-*-*)
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-*)
|
||||
configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user