diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-01-28 12:24:15 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-01-28 12:24:15 -0800 |
commit | a5a0c77301d35938a80de1b4c64439c746732521 (patch) | |
tree | d74207a9bca1e26bcde10b2bbf72a7d5f5106fb2 /recipes/gcc | |
parent | 6da0fe03bc304fb69bc87c03ab290fdb7674f407 (diff) |
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.inc | 1 |
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' |