aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-12 17:34:37 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-12 17:34:37 +0100
commit2cf549f4997436ca8553da1e733f35623eb5c38b (patch)
treed34aa6824392f624bf993a09084e735b41890c5b /dist
parent2766fa3e7a7917889aa41a816aaff9105bfd8dd5 (diff)
downloadghdl-2cf549f4997436ca8553da1e733f35623eb5c38b.tar.gz
ghdl-2cf549f4997436ca8553da1e733f35623eb5c38b.tar.bz2
ghdl-2cf549f4997436ca8553da1e733f35623eb5c38b.zip
msys2-mingw: build llvm with --static-link (tentatively fix ci)
Diffstat (limited to 'dist')
-rw-r--r--dist/msys2-mingw/llvm/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/msys2-mingw/llvm/PKGBUILD b/dist/msys2-mingw/llvm/PKGBUILD
index 0f6ebf9af..a947aa1e3 100644
--- a/dist/msys2-mingw/llvm/PKGBUILD
+++ b/dist/msys2-mingw/llvm/PKGBUILD
@@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-clang" "${MINGW_PACKAGE_PREFIX}-gcc-ada")
build() {
mkdir "${srcdir}/builddir"
cd "${srcdir}/builddir"
- ../../../../../configure --prefix=${MINGW_PREFIX} --with-llvm-config LDFLAGS=-static --enable-libghdl --enable-synth
+ ../../../../../configure --prefix=${MINGW_PREFIX} --with-llvm-config="llvm-config --link-static" LDFLAGS="-static" --enable-libghdl --enable-synth
make GNATMAKE="gnatmake -j$(nproc)"
}