aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-12 17:35:05 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-12 17:35:05 +0100
commitd4a943377eaad3114b37e494524434ad0f1c85ea (patch)
tree0e2820d2612beda4ddd6a9edaf6230955a694bc9 /src/ortho
parent2cf549f4997436ca8553da1e733f35623eb5c38b (diff)
downloadghdl-d4a943377eaad3114b37e494524434ad0f1c85ea.tar.gz
ghdl-d4a943377eaad3114b37e494524434ad0f1c85ea.tar.bz2
ghdl-d4a943377eaad3114b37e494524434ad0f1c85ea.zip
llvm4-nodebug: remove verbose code.
Diffstat (limited to 'src/ortho')
-rw-r--r--src/ortho/llvm4-nodebug/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ortho/llvm4-nodebug/Makefile b/src/ortho/llvm4-nodebug/Makefile
index b40bb2cc8..f3be7dbde 100644
--- a/src/ortho/llvm4-nodebug/Makefile
+++ b/src/ortho/llvm4-nodebug/Makefile
@@ -11,9 +11,6 @@ LLVM_LDFLAGS=$(LLVM_CONFIG) --ldflags --libs --system-libs
all: $(ortho_exec)
$(ortho_exec): $(ortho_srcdir)/llvm4-nodebug/ortho_llvm.ads force llvm-cbindings.o
- @echo "llvm ldflags cmd: $(LLVM_LDFLAGS)"
- @echo "llvm ldflags (back-quoted): `$(LLVM_LDFLAGS)`"
- $(LLVM_LDFLAGS)
$(GNATMAKE) -o $@ -aI$(ortho_srcdir)/llvm4-nodebug -aI$(ortho_srcdir) \
$(GNATFLAGS) ortho_code_main -bargs -E \
-largs llvm-cbindings.o --LINK=$(CXX) \