From 090eba96ac739af8557555bba7ec1f31f811c2f0 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 12 Jan 2020 15:40:09 +0100 Subject: ortho/llvm4-nodebug: pass --link-static to llvm-config. --- src/ortho/llvm4-nodebug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ortho/llvm4-nodebug/Makefile') diff --git a/src/ortho/llvm4-nodebug/Makefile b/src/ortho/llvm4-nodebug/Makefile index b40bb2cc8..fc10e23de 100644 --- a/src/ortho/llvm4-nodebug/Makefile +++ b/src/ortho/llvm4-nodebug/Makefile @@ -6,7 +6,7 @@ GNATMAKE=gnatmake SED=sed BE=llvm4-nodebug -LLVM_LDFLAGS=$(LLVM_CONFIG) --ldflags --libs --system-libs +LLVM_LDFLAGS=$(LLVM_CONFIG) --link-static --ldflags --libs --system-libs all: $(ortho_exec) -- cgit v1.2.3