configure.ac: Support gold for target arm*-*-*.
2009-06-01 Doug Kwan <dougkwan@google.com> * configure.ac: Support gold for target arm*-*-*. * configure: Regenerate. From-SVN: r148064
This commit is contained in:
parent
df0026a75e
commit
7f1245dffd
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-06-01 Doug Kwan <dougkwan@google.com>
|
||||
|
||||
* configure.ac: Support gold for target arm*-*-*.
|
||||
* configure: Regenerate.
|
||||
|
||||
2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* Makefile.def: Add MPC support and dependencies.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2083,7 +2083,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*-*-* | powerpc*-*-*)
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
|
||||
configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -318,7 +318,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*-*-* | powerpc*-*-*)
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
|
||||
configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue