diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-01-12 17:34:37 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-01-12 17:34:37 +0100 |
commit | 2cf549f4997436ca8553da1e733f35623eb5c38b (patch) | |
tree | d34aa6824392f624bf993a09084e735b41890c5b /src | |
parent | 2766fa3e7a7917889aa41a816aaff9105bfd8dd5 (diff) | |
download | ghdl-2cf549f4997436ca8553da1e733f35623eb5c38b.tar.gz ghdl-2cf549f4997436ca8553da1e733f35623eb5c38b.tar.bz2 ghdl-2cf549f4997436ca8553da1e733f35623eb5c38b.zip |
msys2-mingw: build llvm with --static-link (tentatively fix ci)
Diffstat (limited to 'src')
-rw-r--r-- | src/ortho/llvm4-nodebug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/llvm4-nodebug/Makefile b/src/ortho/llvm4-nodebug/Makefile index fc10e23de..b40bb2cc8 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) --link-static --ldflags --libs --system-libs +LLVM_LDFLAGS=$(LLVM_CONFIG) --ldflags --libs --system-libs all: $(ortho_exec) |