This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC PATCH] Implementing ifunc target hook


On Tue, Apr 02, 2013 at 06:24:06PM +0400, Alexander Ivchenko wrote:
> --- a/gcc/ChangeLog
> +++ b/gcc/ChangeLog
> @@ -1,3 +1,7 @@
> +2013-04-02  Alexander Ivchenko  <alexander.ivchenko@intel.com>
> +
> +       * config.gcc (arm*-*-linux-*): Remove duplicate t-linux-android.
> +
>  2013-04-02  Richard Biener  <rguenther@suse.de>
> 
>         PR tree-optimization/56778
> diff --git a/gcc/config.gcc b/gcc/config.gcc
> index e51db91..44ed190 100644
> --- a/gcc/config.gcc
> +++ b/gcc/config.gcc
> @@ -878,7 +878,7 @@ arm*-*-linux-*)                     # ARM GNU/Linux with ELF
>             tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
>             ;;
>         esac
> -       tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi
> arm/t-linux-eabi t-linux-android"
> +       tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi
> arm/t-linux-eabi"
>         tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h arm/aout.h arm/arm.h"
>         extra_objs="$extra_objs linux-android.o"
>         # Define multilib configuration for arm-linux-androideabi.
> 
> 
> is it ok?

Yes.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]