Skip to content

Commit

Permalink
set CC=clang in LLVM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eine committed Jun 27, 2020
1 parent 3bbbb86 commit b1006c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-ghdl-llvm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ pkgver() {
build() {
mkdir "${srcdir}/builddir"
cd "${srcdir}/builddir"
../ghdl/configure --prefix=${MINGW_PREFIX} --with-llvm-config="llvm-config --link-static" LDFLAGS="-static" --enable-libghdl --enable-synth
make GNATMAKE="gnatmake -j$(nproc)"
CC=clang ../ghdl/configure --prefix=${MINGW_PREFIX} --with-llvm-config="llvm-config --link-static" LDFLAGS="-static" --enable-libghdl --enable-synth
CC=clang make GNATMAKE="gnatmake -j$(nproc)"
}

# FIXME: Cannot run tests because expected failures make 'check()' exit with error: A failure occurred in check()
Expand Down

0 comments on commit b1006c4

Please sign in to comment.