From: yroux Date: Thu, 4 Dec 2014 14:48:05 +0000 (+0000) Subject: 2014-12-04 Yvan Roux X-Git-Tag: upstream/4.9.2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a0d83ba043f3587579d9f93f074561d3945f47d;p=platform%2Fupstream%2Flinaro-gcc.git 2014-12-04 Yvan Roux Backport from trunk r215865. 2014-10-03 Jing Yu * configure.ac: Add aarch64 to list of targets that support gold. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/linaro/gcc-4_9-branch@218373 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog.linaro b/ChangeLog.linaro index fee8b2f..9a9d023 100644 --- a/ChangeLog.linaro +++ b/ChangeLog.linaro @@ -1,3 +1,11 @@ +2014-12-04 Yvan Roux + + Backport from trunk r215865. + 2014-10-03 Jing Yu + + * configure.ac: Add aarch64 to list of targets that support gold. + * configure: Regenerate. + 2014-11-14 Yvan Roux GCC Linaro 4.9-2014.11 released. diff --git a/configure b/configure index d1c67e5..0a25788 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 1bab680..00468e6 100644 --- a/configure.ac +++ b/configure.ac @@ -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