From: Paolo Bonzini Date: Fri, 18 Apr 2008 11:05:24 +0000 (+0000) Subject: [multiple changes] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14a8726b8a54cf83654426302e4fe91877cad971;p=gcc.git [multiple changes] 2008-04-18 Paolo Bonzini Sync with src: 2008-04-14 David S. Miller * configure.ac: Add sparc*-*-* to gold supported targets. * configure: Regenerate. From-SVN: r134437 --- diff --git a/ChangeLog b/ChangeLog index 758817056af..b3f931fe54b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-04-18 Paolo Bonzini + + Sync with src: + 2008-04-14 David S. Miller + + * configure.ac: Add sparc*-*-* to gold supported targets. + * configure: Regenerate. + 2008-04-18 Paolo Bonzini PR bootstrap/35457 diff --git a/configure b/configure index 91ffd7f35a5..92f62a34d7a 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-*-*) + i?86-*-* | x86_64-*-* | sparc*-*-*) configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`" ;; esac diff --git a/configure.ac b/configure.ac index c96f630d32b..13a7cc1c092 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-*-*) + i?86-*-* | x86_64-*-* | sparc*-*-*) configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`" ;; esac