Skip to content

Commit 196c467

Browse files
authored
Merge pull request #59 from darcagn/master
Add patch to compile and link default-jit.o
2 parents 272d0cc + e261848 commit 196c467

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gcc/Makefile.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,6 +2422,12 @@ default-d.o: config/default-d.cc
24222422
$(COMPILE) $<
24232423
$(POSTCOMPILE)
24242424

2425+
# Files used by the JIT language front end.
2426+
2427+
default-jit.o: config/default-jit.cc
2428+
$(COMPILE) $<
2429+
$(POSTCOMPILE)
2430+
24252431
# Files used by the Rust language front end.
24262432

24272433
default-rust.o: config/default-rust.cc

0 commit comments

Comments
 (0)