public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] LoongArch: Fix missing plugin header
@ 2024-04-02  1:20 Yang Yujie
  2024-04-02  7:46 ` [pushed][PATCH] " chenglulu
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Yujie @ 2024-04-02  1:20 UTC (permalink / raw)
  To: gcc-patches; +Cc: xry111, chenglulu, xuchenghua, Yang Yujie

gcc/ChangeLog:

	* config/loongarch/t-loongarch: Add loongarch-def-arrays.h
	to OPTION_H_EXTRA.
---
 gcc/config/loongarch/t-loongarch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gcc/config/loongarch/t-loongarch b/gcc/config/loongarch/t-loongarch
index 3dd7c4b031e..acf5da95310 100644
--- a/gcc/config/loongarch/t-loongarch
+++ b/gcc/config/loongarch/t-loongarch
@@ -18,8 +18,9 @@
 
 
 GTM_H += loongarch-multilib.h
-OPTIONS_H_EXTRA += $(srcdir)/config/loongarch/loongarch-def.h	\
-		   $(srcdir)/config/loongarch/loongarch-tune.h	\
+OPTIONS_H_EXTRA += $(srcdir)/config/loongarch/loongarch-def.h	    \
+		   $(srcdir)/config/loongarch/loongarch-def-array.h \
+		   $(srcdir)/config/loongarch/loongarch-tune.h	    \
 		   $(srcdir)/config/loongarch/loongarch-cpucfg-map.h
 
 # Canonical target triplet from config.gcc
-- 
2.44.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [pushed][PATCH] LoongArch: Fix missing plugin header
  2024-04-02  1:20 [PATCH] LoongArch: Fix missing plugin header Yang Yujie
@ 2024-04-02  7:46 ` chenglulu
  0 siblings, 0 replies; 2+ messages in thread
From: chenglulu @ 2024-04-02  7:46 UTC (permalink / raw)
  To: Yang Yujie, gcc-patches; +Cc: xry111, xuchenghua

Pushed to r14-9743.

在 2024/4/2 上午9:20, Yang Yujie 写道:
> gcc/ChangeLog:
>
> 	* config/loongarch/t-loongarch: Add loongarch-def-arrays.h
> 	to OPTION_H_EXTRA.
> ---
>   gcc/config/loongarch/t-loongarch | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gcc/config/loongarch/t-loongarch b/gcc/config/loongarch/t-loongarch
> index 3dd7c4b031e..acf5da95310 100644
> --- a/gcc/config/loongarch/t-loongarch
> +++ b/gcc/config/loongarch/t-loongarch
> @@ -18,8 +18,9 @@
>   
>   
>   GTM_H += loongarch-multilib.h
> -OPTIONS_H_EXTRA += $(srcdir)/config/loongarch/loongarch-def.h	\
> -		   $(srcdir)/config/loongarch/loongarch-tune.h	\
> +OPTIONS_H_EXTRA += $(srcdir)/config/loongarch/loongarch-def.h	    \
> +		   $(srcdir)/config/loongarch/loongarch-def-array.h \
> +		   $(srcdir)/config/loongarch/loongarch-tune.h	    \
>   		   $(srcdir)/config/loongarch/loongarch-cpucfg-map.h
>   
>   # Canonical target triplet from config.gcc


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-02  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-02  1:20 [PATCH] LoongArch: Fix missing plugin header Yang Yujie
2024-04-02  7:46 ` [pushed][PATCH] " chenglulu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).