]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Loongarch: Fix plugin header missing install.
authorGuo Jie <guojie@loongson.cn>
Wed, 16 Aug 2023 01:48:22 +0000 (09:48 +0800)
committerChenghua Xu <paul.hua.gm@gmail.com>
Sat, 19 Aug 2023 03:46:28 +0000 (11:46 +0800)
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

index 4ca08035bc8a375767b2fe70907cf6561aeab1a7..43088a05643b0b01bef64bcd8108ea059e025b23 100644 (file)
 # 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)))