From 8e2c01b7ffc9738b40b08ab79d7408e225d204ec Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 17 Sep 2021 20:38:16 +0200 Subject: configure and Makefile: link ghdl with grt-cstdio --- scripts/gcc/Make-lang.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/gcc/Make-lang.in b/scripts/gcc/Make-lang.in index 108b05bdc..a05010e87 100644 --- a/scripts/gcc/Make-lang.in +++ b/scripts/gcc/Make-lang.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 +GHDL1_OBJS = attribs.o vhdl/ortho-lang.o vhdl/grt-cstdio.o # To be put in ALL_HOST_FRONTEND_OBJS, so that generated files are created # before. -- cgit v1.2.3