gcc-configure-common.inc: Dont use --enable-target-optspace for *-*-linux-uclibcspe.
authorKhem Raj <raj.khem@gmail.com>
Thu, 28 Jan 2010 20:24:15 +0000 (12:24 -0800)
committerKhem Raj <raj.khem@gmail.com>
Thu, 28 Jan 2010 20:24:15 +0000 (12:24 -0800)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-configure-common.inc

index 7a15562..3ec896b 100644 (file)
@@ -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'