public inbox for jit@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] jit: compile and link default-jit.o
@ 2023-12-27  0:22 Martin Rodriguez Reboredo
  2023-12-27 16:09 ` Antoni Boucher
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Rodriguez Reboredo @ 2023-12-27  0:22 UTC (permalink / raw)
  To: jit

This is required for rustc_codegen_gcc's AVR target.

2023-11-27  Martin Rodriguez Reboredo  <yakoyoku@gmail.com>

gcc/
        * Makefile.in: Compile and link default-jit.o.

Signed-off-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com>
---
 gcc/Makefile.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 4c092094343..48198e54c1f 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2328,6 +2328,12 @@ default-d.o: config/default-d.cc
 	$(COMPILE) $<
 	$(POSTCOMPILE)
 
+# Files used by the JIT language front end.
+
+default-jit.o: config/default-jit.cc
+	$(COMPILE) $<
+	$(POSTCOMPILE)
+
 # Language-independent files.
 
 DRIVER_DEFINES = \
-- 
2.43.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-27 16:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-27  0:22 [PATCH] jit: compile and link default-jit.o Martin Rodriguez Reboredo
2023-12-27 16:09 ` Antoni Boucher
2023-12-27 16:51   ` Martin Rodriguez Reboredo

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).