From a5a0c77301d35938a80de1b4c64439c746732521 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 28 Jan 2010 12:24:15 -0800 Subject: [PATCH] gcc-configure-common.inc: Dont use --enable-target-optspace for *-*-linux-uclibcspe. Signed-off-by: Khem Raj --- recipes/gcc/gcc-configure-common.inc | 1 + 1 file changed, 1 insertion(+) 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' -- 2.39.5