config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH]Add aarch64 to list of targets that support gold


From: Jing Yu
Subject: Re: [PATCH]Add aarch64 to list of targets that support gold
Date: Tue, 23 Sep 2014 14:09:37 -0700

Hi Config-maintainers,

Is this patch ok for trunk?

Thanks!
Jing

On Thu, Sep 18, 2014 at 4:05 PM, Jing Yu <address@hidden> wrote:
> Hi,
>
> This patch changes top level configure to add aarch64 to list of
> targets that support gold. Have tested binutils with this patch on
> x86_64 and aarch64 platforms.
> OK for trunk?
>
>
> 2014-09-18  Jing Yu  <address@hidden>
>       * configure.ac: Add aarch64 to list of targets that support gold.
>       * configure: Regenerate.
>
> Thanks,
> Jing
>
>
> Index: configure
> ===================================================================
> --- configure (revision 215344)
> +++ configure (working copy)
> @@ -2940,7 +2940,8 @@
>      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
> Index: configure.ac
> ===================================================================
> --- configure.ac (revision 215344)
> +++ configure.ac (working copy)
> @@ -331,7 +331,8 @@
>      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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]