llvm: dont check for gcc version when building hosttools, this should fix #3492

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-09-20 13:17:54 +02:00
parent 25fc3cc8e5
commit 14d7610b72

View File

@ -37,6 +37,7 @@ PKG_AUTORECONF="no"
# package specific configure options
PKG_CONFIGURE_OPTS_HOST="--disable-polly \
--disable-libcpp \
--disable-compiler-version-checks \
--disable-cxx11 \
--disable-split-dwarf \
--disable-clang-arcmt \