tweak gcc configure flags

This commit is contained in:
Thomas Pöchtrager 2014-07-17 22:02:41 +02:00
parent 6c06a15b42
commit 961a97a32f

View File

@ -76,9 +76,12 @@ fi
--enable-languages=c,c++,objc,obj-c++ \
--without-headers \
--enable-multilib \
--with-multilib-list=m32,m64 \
--enable-lto \
--enable-checking=release \
--disable-libstdcxx-pch \
--prefix=$OSXCROSS_TARGET_DIR \
--with-system-zlib \
$EXTRACONFFLAGS
$MAKE -j$JOBS