aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-01-28 12:24:15 -0800
committerKhem Raj <raj.khem@gmail.com>2010-01-28 12:24:15 -0800
commita5a0c77301d35938a80de1b4c64439c746732521 (patch)
treed74207a9bca1e26bcde10b2bbf72a7d5f5106fb2 /recipes/gcc
parent6da0fe03bc304fb69bc87c03ab290fdb7674f407 (diff)
downloadopenembedded-a5a0c77301d35938a80de1b4c64439c746732521.tar.gz
gcc-configure-common.inc: Dont use --enable-target-optspace for *-*-linux-uclibcspe.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc')
-rw-r--r--recipes/gcc/gcc-configure-common.inc1
1 files changed, 1 insertions, 0 deletions
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'