aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-09-17 20:38:16 +0200
committerTristan Gingold <tgingold@free.fr>2021-09-17 20:38:16 +0200
commit8e2c01b7ffc9738b40b08ab79d7408e225d204ec (patch)
tree2e4f2f6dbc82d37a6c83fb0e05d6ffdcb2240881 /scripts
parentc0c819c996ef508ad19f53c66367491cb1a8e2c3 (diff)
downloadghdl-8e2c01b7ffc9738b40b08ab79d7408e225d204ec.tar.gz
ghdl-8e2c01b7ffc9738b40b08ab79d7408e225d204ec.tar.bz2
ghdl-8e2c01b7ffc9738b40b08ab79d7408e225d204ec.zip
configure and Makefile: link ghdl with grt-cstdio
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gcc/Make-lang.in2
1 files changed, 1 insertions, 1 deletions
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.