public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: chenglulu <chenglulu@loongson.cn>
To: Yang Yujie <yangyujie@loongson.cn>, gcc-patches@gcc.gnu.org
Cc: xry111@xry111.site, xuchenghua@loongson.cn
Subject: Re: [pushed][PATCH] LoongArch: Fix missing plugin header
Date: Tue, 2 Apr 2024 15:46:32 +0800	[thread overview]
Message-ID: <4bb462bf-1de7-c784-88ed-889b1e0f6f00@loongson.cn> (raw)
In-Reply-To: <20240402012031.3701983-2-yangyujie@loongson.cn>

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


      reply	other threads:[~2024-04-02  7:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-02  1:20 [PATCH] " Yang Yujie
2024-04-02  7:46 ` chenglulu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4bb462bf-1de7-c784-88ed-889b1e0f6f00@loongson.cn \
    --to=chenglulu@loongson.cn \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=xry111@xry111.site \
    --cc=xuchenghua@loongson.cn \
    --cc=yangyujie@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).