public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Chenghua Xu <xuchenghua@loongson.cn>
To: chenglulu <chenglulu@loongson.cn>
Cc: Guo Jie <guojie@loongson.cn>, gcc-patches@gcc.gnu.org
Subject: Re: [PATCH] Loongarch: Fix plugin header missing install.
Date: Sat, 19 Aug 2023 11:58:40 +0800	[thread overview]
Message-ID: <864jkvptsf.fsf@loongson.cn> (raw)
In-Reply-To: <abb014d2-ca78-fd01-4160-dfa183b89b04@loongson.cn>

Pushed as r14-3331.

Thanks.
chenglulu writes:

> LGTM!
>
> 在 2023/8/16 上午9:48, Guo Jie 写道:
>> gcc/ChangeLog:
>>
>> 	* config/loongarch/t-loongarch: Add loongarch-driver.h into
>> 	TM_H. Add loongarch-def.h and loongarch-tune.h into
>> 	OPTIONS_H_EXTRA.
>>
>> Co-authored-by: Lulu Cheng <chenglulu@loongson.cn>
>> ---
>>   gcc/config/loongarch/t-loongarch | 4 ++++
>>   1 file changed, 4 insertions(+)
>>
>> diff --git a/gcc/config/loongarch/t-loongarch b/gcc/config/loongarch/t-loongarch
>> index 6d6e3435d59..e73f4f437ef 100644
>> --- a/gcc/config/loongarch/t-loongarch
>> +++ b/gcc/config/loongarch/t-loongarch
>> @@ -16,6 +16,10 @@
>>   # along with GCC; see the file COPYING3.  If not see
>>   # <http://www.gnu.org/licenses/>.
>>   +TM_H += $(srcdir)/config/loongarch/loongarch-driver.h
>> +OPTIONS_H_EXTRA += $(srcdir)/config/loongarch/loongarch-def.h \
>> +		   $(srcdir)/config/loongarch/loongarch-tune.h
>> +
>>   # Canonical target triplet from config.gcc
>>   LA_MULTIARCH_TRIPLET = $(patsubst LA_MULTIARCH_TRIPLET=%,%,$\
>>   $(filter LA_MULTIARCH_TRIPLET=%,$(tm_defines)))


  reply	other threads:[~2023-08-19  3:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-16  1:48 Guo Jie
2023-08-17 14:41 ` chenglulu
2023-08-19  3:58   ` Chenghua Xu [this message]
2023-08-19 14:49     ` Huacai Chen

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=864jkvptsf.fsf@loongson.cn \
    --to=xuchenghua@loongson.cn \
    --cc=chenglulu@loongson.cn \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=guojie@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).