Re: [PATCH] Loongarch: Fix plugin header missing install.

2023-08-19 Thread Huacai Chen via Gcc-patches
Thank you very much, I think this should also be backported to Gcc12/13. Huacai On Sat, Aug 19, 2023 at 11:59 AM Chenghua Xu wrote: > > Pushed as r14-3331. > > Thanks. > chenglulu writes: > > > LGTM! > > > > 在 2023/8/16 上午9:48, Guo Jie 写道: > >> gcc/ChangeLog: > >> > >> * config/loongarch/t-

Re: [PATCH] Loongarch: Fix plugin header missing install.

2023-08-18 Thread Chenghua Xu
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

Re: [PATCH] Loongarch: Fix plugin header missing install.

2023-08-17 Thread chenglulu
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 --- gcc/config/loongarch/t-loongarch | 4 1 file cha

[PATCH] Loongarch: Fix plugin header missing install.

2023-08-15 Thread 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 --- gcc/config/loongarch/t-loongarch | 4 1 file changed, 4 insertions(+) diff --git a/gcc/con