diff options
Diffstat (limited to 'scripts/gcc')
-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. |