Add aarch64 to list of targets that support gold.
This patch was committed to GCC trunk as revision 215865. 2014-10-03 Jing Yu <jingyu@google.com> * configure.ac: Add aarch64 to list of targets that support gold. * configure: Regenerate.
This commit is contained in:
parent
9b807e7bbb
commit
6d26190c13
@ -1,3 +1,8 @@
|
|||||||
|
2014-10-03 Jing Yu <jingyu@google.com>
|
||||||
|
|
||||||
|
* configure.ac: Add aarch64 to list of targets that support gold.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
|
2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
|
||||||
|
|
||||||
* configure.ac: Add mips*-img-elf* target triple.
|
* configure.ac: Add mips*-img-elf* target triple.
|
||||||
|
3
configure
vendored
3
configure
vendored
@ -2971,7 +2971,8 @@ case "${ENABLE_GOLD}" in
|
|||||||
if test "$is_elf" = "yes"; then
|
if test "$is_elf" = "yes"; then
|
||||||
# Check for target supported by gold.
|
# Check for target supported by gold.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
|
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
|
||||||
|
| aarch64*-*-* | tilegx*-*-*)
|
||||||
configdirs="$configdirs gold"
|
configdirs="$configdirs gold"
|
||||||
if test x${ENABLE_GOLD} = xdefault; then
|
if test x${ENABLE_GOLD} = xdefault; then
|
||||||
default_ld=gold
|
default_ld=gold
|
||||||
|
@ -331,7 +331,8 @@ case "${ENABLE_GOLD}" in
|
|||||||
if test "$is_elf" = "yes"; then
|
if test "$is_elf" = "yes"; then
|
||||||
# Check for target supported by gold.
|
# Check for target supported by gold.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
|
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
|
||||||
|
| aarch64*-*-* | tilegx*-*-*)
|
||||||
configdirs="$configdirs gold"
|
configdirs="$configdirs gold"
|
||||||
if test x${ENABLE_GOLD} = xdefault; then
|
if test x${ENABLE_GOLD} = xdefault; then
|
||||||
default_ld=gold
|
default_ld=gold
|
||||||
|
Loading…
x
Reference in New Issue
Block a user