public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4118] RISC-V: Add builtin .def file dependencies
@ 2023-09-19 2:45 Tsukasa OI
0 siblings, 0 replies; only message in thread
From: Tsukasa OI @ 2023-09-19 2:45 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:f45cca26263c3563e9db15e0ba64d4a114316808
commit r14-4118-gf45cca26263c3563e9db15e0ba64d4a114316808
Author: Tsukasa OI <research_trasio@irq.a4lg.com>
Date: Mon Sep 18 09:23:41 2023 +0000
RISC-V: Add builtin .def file dependencies
riscv-builtins.cc includes riscv-cmo.def and riscv-scalar-crypto.def
(making dependencies) but their dependencies must be explicitly defined at
the configuration file, t-riscv.
They were the last two .def files without correct dependency information.
gcc/ChangeLog:
* config/riscv/t-riscv: Add dependencies for riscv-builtins.cc,
riscv-cmo.def and riscv-scalar-crypto.def.
Diff:
---
gcc/config/riscv/t-riscv | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gcc/config/riscv/t-riscv b/gcc/config/riscv/t-riscv
index 104f85c6c8b..f137e1f17ef 100644
--- a/gcc/config/riscv/t-riscv
+++ b/gcc/config/riscv/t-riscv
@@ -8,7 +8,9 @@ riscv-builtins.o: $(srcdir)/config/riscv/riscv-builtins.cc $(CONFIG_H) \
$(DIAGNOSTIC_CORE_H) $(OPTABS_H) $(RISCV_BUILTINS_H) \
$(srcdir)/config/riscv/riscv-ftypes.def \
$(srcdir)/config/riscv/riscv-vector-builtins-types.def \
- $(srcdir)/config/riscv/riscv-modes.def
+ $(srcdir)/config/riscv/riscv-modes.def \
+ $(srcdir)/config/riscv/riscv-cmo.def \
+ $(srcdir)/config/riscv/riscv-scalar-crypto.def
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/riscv/riscv-builtins.cc
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-09-19 2:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-19 2:45 [gcc r14-4118] RISC-V: Add builtin .def file dependencies Tsukasa OI
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).