mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 19:20:23 +02:00
Fix linking against static libgc.a
Thanks to Thorsten Ball. Fixes #1, #2.
This commit is contained in:
parent
3d2a12c684
commit
3a1a5e0368
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -96,7 +96,7 @@ obj/$(1).$(2).gc.o: src/$(call gc_impl,$(2)) | .deps obj
|
|||
obj/$(1).$(2).o: benchmarks/$(1).c | .deps obj
|
||||
$$(COMPILE) $(call gc_cflags,$(2)) -include api/$(call gc_attrs,$(2)) -c $$<
|
||||
bin/$(1).$(2): obj/$(1).$(2).gc.o obj/$(1).$(2).o obj/gc-stack.o obj/gc-options.o obj/gc-platform.o obj/$(1).gc-ephemeron.o | bin
|
||||
$$(LINK) $(call gc_libs,$(2)) $$^
|
||||
$$(LINK) $$^ $(call gc_libs,$(2))
|
||||
endef
|
||||
|
||||
$(foreach BENCHMARK,$(TESTS),\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue