From 79542b1680f1dcd3e746a584ff1bf198f50c8486 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 18 Jan 2023 20:46:38 +0100 Subject: synth: add partial support of foreign subprograms --- scripts/gcc/Make-lang.in.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/gcc') diff --git a/scripts/gcc/Make-lang.in.in b/scripts/gcc/Make-lang.in.in index cdea74be8..26737ef07 100644 --- a/scripts/gcc/Make-lang.in.in +++ b/scripts/gcc/Make-lang.in.in @@ -51,7 +51,7 @@ vhdl VHDL: ghdl1$(exeext) ghdl$(exeext) # Tell GNU Make to ignore these, if they exist. .PHONY: vhdl VHDL -GHDL1_OBJS = attribs.o vhdl/ortho-lang.o vhdl/grt-cstdio.o +GHDL1_OBJS = attribs.o vhdl/ortho-lang.o vhdl/grt-cstdio.o vhdl/grt-cdynload.o # To be put in ALL_HOST_FRONTEND_OBJS, so that generated files are created # before. @@ -117,7 +117,7 @@ vhdl/default_paths.ads: Makefile echo "end Default_Paths;" >> tmp-dpaths.ads $(srcdir)/../move-if-change tmp-dpaths.ads $@ -GHDL_GRT_OBJS=vhdl/grt-cstdio.o +GHDL_GRT_OBJS=vhdl/grt-cstdio.o vhdl/grt-cdynload.o # The driver for ghdl. Depends on ghdl1 to use object files in vhdl/ subdir. ghdl$(exeext): ghdl1$(exeext) $(GHDL_GRT_OBJS) vhdl/default_paths.ads force -- cgit v1.2.3