clang: Remove workaround not needed in NDK r11

This commit is contained in:
Fredrik Fornwall 2016-03-10 10:04:11 -05:00
parent 2b90cc3d16
commit 10b7af443d

View File

@ -32,8 +32,6 @@ termux_step_host_build () {
}
termux_step_configure () {
CXXFLAGS+=" -fno-devirtualize" # Avoid hitting https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659
cd $TERMUX_PKG_BUILDDIR
LLVM_DEFAULT_TARGET_TRIPLE=$TERMUX_HOST_PLATFORM
LLVM_TARGET_ARCH=$TERMUX_ARCH