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: [AArch64] Fix dependency of gcc-plugin.h


On Tue, Mar 08, 2016 at 03:20:52PM +0100, Christophe Lyon wrote:
> Hi,
> 
> Our bug report https://bugs.linaro.org/show_bug.cgi?id=2123
> complains about aarch64's missing plugin dependency.
> 
> IFAIT, the problem is present on trunk too, and the small attached
> patch fixes it.
> OK?

This is OK.

Thanks,
James

> 2016-03-08  Christophe Lyon  <christophe.lyon@linaro.org>
> 
> 	* config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
> 	aarch64-fusion-pairs.def and aarch64-tuning-flags.def

> diff --git a/gcc/config/aarch64/t-aarch64 b/gcc/config/aarch64/t-aarch64
> index e2c942b..778e15c 100644
> --- a/gcc/config/aarch64/t-aarch64
> +++ b/gcc/config/aarch64/t-aarch64
> @@ -20,7 +20,9 @@
>  
>  TM_H += $(srcdir)/config/aarch64/aarch64-cores.def
>  OPTIONS_H_EXTRA += $(srcdir)/config/aarch64/aarch64-cores.def \
> -		   $(srcdir)/config/aarch64/aarch64-arches.def
> +		   $(srcdir)/config/aarch64/aarch64-arches.def \
> +		   $(srcdir)/config/aarch64/aarch64-fusion-pairs.def \
> +		   $(srcdir)/config/aarch64/aarch64-tuning-flags.def
>  
>  $(srcdir)/config/aarch64/aarch64-tune.md: $(srcdir)/config/aarch64/gentune.sh \
>  	$(srcdir)/config/aarch64/aarch64-cores.def


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