update to 5.2.0, update configure options

This commit is contained in:
Lukas Rusak 2015-10-05 13:58:42 -07:00 committed by Stephan Raue
parent c75850c245
commit 88d6256aa4

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="gcc" PKG_NAME="gcc"
PKG_VERSION="4.9.3" PKG_VERSION="5.2.0"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
@ -69,7 +69,8 @@ BOOTSTRAP_CONFIGURE_OPTS="--host=$HOST_NAME \
--disable-decimal-float \ --disable-decimal-float \
$GCC_OPTS \ $GCC_OPTS \
--disable-nls \ --disable-nls \
--enable-checking=release" --enable-checking=release \
--with-default-libstdcxx-abi=gcc4-compatible"
PKG_CONFIGURE_OPTS_HOST="--target=$TARGET_NAME \ PKG_CONFIGURE_OPTS_HOST="--target=$TARGET_NAME \
--with-sysroot=$SYSROOT_PREFIX \ --with-sysroot=$SYSROOT_PREFIX \
@ -106,7 +107,8 @@ PKG_CONFIGURE_OPTS_HOST="--target=$TARGET_NAME \
--enable-clocale=gnu \ --enable-clocale=gnu \
$GCC_OPTS \ $GCC_OPTS \
--disable-nls \ --disable-nls \
--enable-checking=release" --enable-checking=release \
--with-default-libstdcxx-abi=gcc4-compatible"
pre_configure_bootstrap() { pre_configure_bootstrap() {
setup_toolchain host setup_toolchain host