[oe-commits] Khem Raj : gcc-configure-common.inc: Dont use --enable-target-optspace for *-*-linux-uclibcspe.

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


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Jan 28 12:24:15 2010 -0800

gcc-configure-common.inc: Dont use --enable-target-optspace for *-*-linux-uclibcspe.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

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

diff --git a/recipes/gcc/gcc-configure-common.inc b/recipes/gcc/gcc-configure-common.inc
index 7a15562..3ec896b 100644
--- a/recipes/gcc/gcc-configure-common.inc
+++ b/recipes/gcc/gcc-configure-common.inc
@@ -22,6 +22,7 @@ OBJC ?= ",objc"
 # when linking shared libraries further in the build like (gnutls)
 
 OPTSPACE_linux-gnuspe ?= ""
+OPTSPACE_linux-uclibcspe ?= ""
 OPTSPACE ?= "--enable-target-optspace"
 
 # gcc 3.x expects 'f77', 4.0 expects 'f95', 4.1 and 4.2 expect 'fortran'





More information about the Openembedded-commits mailing list