Loongarch: Fix plugin header missing install.
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>
This commit is contained in:
parent
4acbb51d7f
commit
3e31573638
1 changed files with 4 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue