summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.4.1.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc-4.4.1.inc')
-rw-r--r--recipes/gcc/gcc-4.4.1.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/gcc/gcc-4.4.1.inc b/recipes/gcc/gcc-4.4.1.inc
index 365c20157f..df3449099d 100644
--- a/recipes/gcc/gcc-4.4.1.inc
+++ b/recipes/gcc/gcc-4.4.1.inc
@@ -26,6 +26,4 @@ EXTRA_OECONF_BASE = " --enable-libssp \
--disable-bootstrap --disable-libgomp \
--disable-libmudflap"
-EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float"
-EXTRA_OECONF_append_linux-uclibcgnueabi = " --disable-decimal-float"
-
+EXTRA_OECONF_append_linux-uclibc = " ${@base_contains('TARGET_ARCH', 'powerpc', '--disable-decimal-float --without-long-double-128', '',d)}"