diff mbox

[COMMITTED] config/gcc.conf: Add --disable-shared to stage 1 default_configure_flags.

Message ID 1381879767-10785-1-git-send-email-ryan.arnold@linaro.org
State New
Headers show

Commit Message

Ryan S. Arnold Oct. 15, 2013, 11:29 p.m. UTC
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(-)
diff mbox

Patch

diff --git a/config/gcc.conf b/config/gcc.conf
index c8af00c..a32b7b2 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -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