@@ -12,7 +12,7 @@ latest="gcc.git/linaro-4.8-branch"
static_link=no
# This is a list of default flags always supplied to configure
-default_configure_flags="--with-pkgversion=${USER} --with-bugurl=https://bugs.launchpad.net/gcc-linaro --with-mpc=${local_builds}/destdir/${host} --with-mpfr=${local_builds}/destdir/${host} --with-gmp=${local_builds}/destdir/${host} --with-gnu-as --with-gnu-ld"
+default_configure_flags="--with-pkgversion=${USER} --disable-shared --with-bugurl=https://bugs.launchpad.net/gcc-linaro --with-mpc=${local_builds}/destdir/${host} --with-mpfr=${local_builds}/destdir/${host} --with-gmp=${local_builds}/destdir/${host} --with-gnu-as --with-gnu-ld"
# --with-as=${local_builds}/bin/${target}-as --with-ld=${local_builds}/bin/${target}-ld
From: "Ryan S. Arnold" <ryan.arnold@linaro.org> Per direction, I've added the --disable-shared flag to the stage 1 default_configure_flags variable. I've pushed this fix upstream as obvious. --- config/gcc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)