aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'