aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.4.4.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:44:27 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:04 -0700
commit2ea67f98cc6110533aaf9419b9f4ca6cdae733d2 (patch)
tree46793e47490236b5d720d100e10363a925ed44ac /recipes/gcc/gcc-4.4.4.inc
parentad838ec12c1b5c3beb818883c856c1bef92744e9 (diff)
downloadopenembedded-2ea67f98cc6110533aaf9419b9f4ca6cdae733d2.tar.gz
gcc-4.4.4: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gcc/gcc-4.4.4.inc')
-rw-r--r--recipes/gcc/gcc-4.4.4.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/gcc/gcc-4.4.4.inc b/recipes/gcc/gcc-4.4.4.inc
index acee1926b3..97104994f6 100644
--- a/recipes/gcc/gcc-4.4.4.inc
+++ b/recipes/gcc/gcc-4.4.4.inc
@@ -8,7 +8,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
NATIVEDEPS = "mpfr-native gmp-native"
-INC_PR = "r7"
+INC_PR = "r8"
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=gcc444tarbz2 \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
@@ -41,6 +41,4 @@ EXTRA_OECONF_BASE = " --enable-libssp \
EXTRA_OECONF_INITIAL = "--disable-libmudflap --disable-libgomp --disable-libssp --enable-decimal-float=no"
EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap --disable-libgomp --disable-libssp"
-EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float "
-EXTRA_OECONF_append_linux-uclibceabi = " --disable-decimal-float "
-EXTRA_OECONF_append_linux-uclibcspe = " --disable-decimal-float "
+EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float "