Skip to content

Commit

Permalink
llvm: fix passing compile options building target
Browse files Browse the repository at this point in the history
  • Loading branch information
mglae authored and heitbaum committed Sep 11, 2021
1 parent ec39a9c commit e0a1424
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/lang/llvm/package.mk
Expand Up @@ -49,8 +49,6 @@ pre_configure_host() {

pre_configure_target() {
PKG_CMAKE_OPTS_TARGET="${PKG_CMAKE_OPTS_COMMON} \
-DCMAKE_C_FLAGS="${CFLAGS}" \
-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
-DLLVM_TARGET_ARCH="${TARGET_ARCH}" \
-DLLVM_TABLEGEN=${TOOLCHAIN}/bin/llvm-tblgen"
}
Expand Down

0 comments on commit e0a1424

Please sign in to comment.