From: Khem Raj Date: Thu, 28 Jan 2010 20:24:15 +0000 (-0800) Subject: gcc-configure-common.inc: Dont use --enable-target-optspace for *-*-linux-uclibcspe. X-Git-Tag: Release-2010-05/1~681 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5a0c77301d35938a80de1b4c64439c746732521;p=openembedded.git gcc-configure-common.inc: Dont use --enable-target-optspace for *-*-linux-uclibcspe. Signed-off-by: Khem Raj --- diff --git a/recipes/gcc/gcc-configure-common.inc b/recipes/gcc/gcc-configure-common.inc index 7a155629e8..3ec896bb64 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'