diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-09-17 20:38:16 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-09-17 20:38:16 +0200 |
commit | 8e2c01b7ffc9738b40b08ab79d7408e225d204ec (patch) | |
tree | 2e4f2f6dbc82d37a6c83fb0e05d6ffdcb2240881 /scripts/gcc/Make-lang.in | |
parent | c0c819c996ef508ad19f53c66367491cb1a8e2c3 (diff) | |
download | ghdl-8e2c01b7ffc9738b40b08ab79d7408e225d204ec.tar.gz ghdl-8e2c01b7ffc9738b40b08ab79d7408e225d204ec.tar.bz2 ghdl-8e2c01b7ffc9738b40b08ab79d7408e225d204ec.zip |
configure and Makefile: link ghdl with grt-cstdio
Diffstat (limited to 'scripts/gcc/Make-lang.in')
-rw-r--r-- | scripts/gcc/Make-lang.in | 2 |
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. |