Skip to content

Commit

Permalink
Add aarch64 to list of targets that support gold.
Browse files Browse the repository at this point in the history
This patch was committed to GCC trunk as revision 215865.
2014-10-03  Jing Yu  <[email protected]>
	* configure.ac: Add aarch64 to list of targets that support gold.
	* configure: Regenerate.
  • Loading branch information
Jing Yu committed Oct 3, 2014
1 parent 9b807e7 commit 6d26190
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-10-03 Jing Yu <[email protected]>

* configure.ac: Add aarch64 to list of targets that support gold.
* configure: Regenerate.

2014-09-12 Andrew Bennett <[email protected]>

* configure.ac: Add mips*-img-elf* target triple.
Expand Down
3 changes: 2 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2971,7 +2971,8 @@ 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*-*-* | tilegx*-*-*)
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
| aarch64*-*-* | tilegx*-*-*)
configdirs="$configdirs gold"
if test x${ENABLE_GOLD} = xdefault; then
default_ld=gold
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ 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*-*-* | tilegx*-*-*)
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
| aarch64*-*-* | tilegx*-*-*)
configdirs="$configdirs gold"
if test x${ENABLE_GOLD} = xdefault; then
default_ld=gold
Expand Down

0 comments on commit 6d26190

Please sign in to comment.