aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/llvm6
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 /src/ortho/llvm6
parentc0c819c996ef508ad19f53c66367491cb1a8e2c3 (diff)
downloadghdl-8e2c01b7ffc9738b40b08ab79d7408e225d204ec.tar.gz
ghdl-8e2c01b7ffc9738b40b08ab79d7408e225d204ec.tar.bz2
ghdl-8e2c01b7ffc9738b40b08ab79d7408e225d204ec.zip
configure and Makefile: link ghdl with grt-cstdio
Diffstat (limited to 'src/ortho/llvm6')
-rw-r--r--src/ortho/llvm6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/llvm6/Makefile b/src/ortho/llvm6/Makefile
index 073512817..d5dff6869 100644
--- a/src/ortho/llvm6/Makefile
+++ b/src/ortho/llvm6/Makefile
@@ -13,7 +13,7 @@ all: $(ortho_exec)
$(ortho_exec): $(ortho_srcdir)/llvm6/ortho_llvm.ads force llvm-cbindings.o
$(GNATMAKE) -o $@ -aI$(ortho_srcdir)/llvm6 -aI$(ortho_srcdir) \
$(GNATFLAGS) ortho_code_main -bargs -E \
- -largs llvm-cbindings.o --LINK=$(CXX) \
+ -largs llvm-cbindings.o $(GNATLFLAGS) --LINK=$(CXX) \
`$(LLVM_LDFLAGS)` $(LDFLAGS)
llvm-cbindings.o: $(ortho_srcdir)/llvm6/llvm-cbindings.cpp