[oe-commits] Khem Raj : gcc-configure-common.inc: Don' t use --enable-target-optspace for *-*-linux-gnuspe.

git version control git at git.openembedded.org
Thu Jan 28 23:14:22 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 6da0fe03bc304fb69bc87c03ab290fdb7674f407
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6da0fe03bc304fb69bc87c03ab290fdb7674f407

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jan 26 23:49:43 2010 -0800

gcc-configure-common.inc: Don't use --enable-target-optspace for *-*-linux-gnuspe.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Dirk Opfer <Dirk at do13.de>

---

 recipes/gcc/gcc-configure-common.inc |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/recipes/gcc/gcc-configure-common.inc b/recipes/gcc/gcc-configure-common.inc
index ee6c0e7..7a15562 100644
--- a/recipes/gcc/gcc-configure-common.inc
+++ b/recipes/gcc/gcc-configure-common.inc
@@ -16,6 +16,13 @@ OBJC_nylon ?= ""
 OBJC_mips ?= ""
 OBJC_mipsel ?= ""
 OBJC ?= ",objc"
+# disable --enable-target-optspace for powerpc SPE
+# at -Os libgcc.so.1 creates references into
+# hidden symbols in libgcc.a which linker complains
+# when linking shared libraries further in the build like (gnutls)
+
+OPTSPACE_linux-gnuspe ?= ""
+OPTSPACE ?= "--enable-target-optspace"
 
 # gcc 3.x expects 'f77', 4.0 expects 'f95', 4.1 and 4.2 expect 'fortran'
 FORTRAN ?= ",f77"
@@ -27,7 +34,6 @@ EXTRA_OECONF_PATHS ?= ""
 EXTRA_OECONF = "${@['--enable-clocale=generic', ''][bb.data.getVar('USE_NLS', d, 1) != 'no']} \
                 --with-gnu-ld \
                 --enable-shared \
-                --enable-target-optspace \
                 --enable-languages=${LANGUAGES} \
                 --enable-threads=posix \
                 --enable-multilib \
@@ -36,6 +42,7 @@ EXTRA_OECONF = "${@['--enable-clocale=generic', ''][bb.data.getVar('USE_NLS', d,
                 --enable-symvers=gnu \
                 --enable-libstdcxx-pch \
                 --program-prefix=${TARGET_PREFIX} \
+                ${OPTSPACE} \
                 ${EXTRA_OECONF_BASE} \
                 ${EXTRA_OECONF_FPU} \
                 ${EXTRA_OECONF_PATHS} \





More information about the Openembedded-commits mailing list