diff mbox

[12/18] Don't use static gcc libs

Message ID 1350833261-8401-12-git-send-email-diorcet.yann@gmail.com
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Yann Diorcet Oct. 21, 2012, 3:27 p.m. UTC
From: Yann Diorcet <yann.diorcet@belledonne-communications.com>

It's mandatory on darwin to not use static link
---
 recipes/crosstool-ng/gcc-1.13/200-toolchain.config |    2 +-
 recipes/crosstool-ng/gcc-1.13/300-linux-gnu.config |    2 +-
 recipes/crosstool-ng/gcc-1.13/300-mingw32.config   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Esben Haabendal Feb. 27, 2013, 1:11 p.m. UTC | #1
Merged to master, thanks.

/Esben
diff mbox

Patch

diff --git a/recipes/crosstool-ng/gcc-1.13/200-toolchain.config b/recipes/crosstool-ng/gcc-1.13/200-toolchain.config
index 7b16b70..c3e11ee 100644
--- a/recipes/crosstool-ng/gcc-1.13/200-toolchain.config
+++ b/recipes/crosstool-ng/gcc-1.13/200-toolchain.config
@@ -8,7 +8,7 @@ 
 CT_USE_SYSROOT=y
 CT_SYSROOT_NAME="sysroot"
 CT_SYSROOT_DIR_PREFIX=""
-CT_WANTS_STATIC_LINK=y
+# CT_WANTS_STATIC_LINK is not set
 # CT_STATIC_TOOLCHAIN is not set
 CT_TOOLCHAIN_PKGVERSION=""
 CT_TOOLCHAIN_BUGURL=""
diff --git a/recipes/crosstool-ng/gcc-1.13/300-linux-gnu.config b/recipes/crosstool-ng/gcc-1.13/300-linux-gnu.config
index 4a01d2c..0982de3 100644
--- a/recipes/crosstool-ng/gcc-1.13/300-linux-gnu.config
+++ b/recipes/crosstool-ng/gcc-1.13/300-linux-gnu.config
@@ -74,7 +74,7 @@  CT_CC_LANG_OTHERS=""
 CT_CC_ENABLE_CXX_FLAGS=""
 CT_CC_CORE_EXTRA_CONFIG_ARRAY=""
 CT_CC_EXTRA_CONFIG_ARRAY=""
-CT_CC_STATIC_LIBSTDCXX=y
+# CT_CC_STATIC_LIBSTDCXX is not set
 
 #
 # Optimisation features
diff --git a/recipes/crosstool-ng/gcc-1.13/300-mingw32.config b/recipes/crosstool-ng/gcc-1.13/300-mingw32.config
index 35c8d93..352b99d 100644
--- a/recipes/crosstool-ng/gcc-1.13/300-mingw32.config
+++ b/recipes/crosstool-ng/gcc-1.13/300-mingw32.config
@@ -65,7 +65,7 @@  CT_CC_LANG_OTHERS=""
 CT_CC_ENABLE_CXX_FLAGS=""
 CT_CC_CORE_EXTRA_CONFIG_ARRAY=""
 CT_CC_EXTRA_CONFIG_ARRAY=""
-CT_CC_STATIC_LIBSTDCXX=y
+# CT_CC_STATIC_LIBSTDCXX is not set
 
 #
 # Optimisation features