Add tilegx to list of targets that support gold.
* configure.ac: Add tilegx to list of targets that support gold. * configure: Regenerate. From-SVN: r191585
This commit is contained in:
parent
9af5c88c8f
commit
8750dfc52c
@ -1,3 +1,8 @@
|
||||
2012-09-20 Walter Lee <walt@tilera.com>
|
||||
|
||||
* configure.ac: Add tilegx to list of targets that support gold.
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-09-20 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2916,7 +2916,7 @@ case "${ENABLE_GOLD}" in
|
||||
if test "$is_elf" = "yes"; then
|
||||
# Check for target supported by gold.
|
||||
case "${target}" in
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
|
||||
configdirs="$configdirs gold"
|
||||
if test x${ENABLE_GOLD} = xdefault; then
|
||||
default_ld=gold
|
||||
|
@ -329,7 +329,7 @@ case "${ENABLE_GOLD}" in
|
||||
if test "$is_elf" = "yes"; then
|
||||
# Check for target supported by gold.
|
||||
case "${target}" in
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
|
||||
configdirs="$configdirs gold"
|
||||
if test x${ENABLE_GOLD} = xdefault; then
|
||||
default_ld=gold
|
||||
|
Loading…
Reference in New Issue
Block a user