aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:44:09 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:03 -0700
commit22d7149bac7d089abc35a93136b3c6ad639998cb (patch)
tree9eb4094bb7c56bb822347dff2680c2c2a428e5f2 /recipes/gcc
parentbb4c670dfd3b73d8247e054aa104d2ee1458196a (diff)
downloadopenembedded-22d7149bac7d089abc35a93136b3c6ad639998cb.tar.gz
gcc-4.4.1: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gcc')
-rw-r--r--recipes/gcc/gcc-4.4.1.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-4.4.1.inc b/recipes/gcc/gcc-4.4.1.inc
index b2204ba6be..8c58c86d0a 100644
--- a/recipes/gcc/gcc-4.4.1.inc
+++ b/recipes/gcc/gcc-4.4.1.inc
@@ -8,7 +8,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
NATIVEDEPS = "mpfr-native gmp-native"
-INC_PR = "r12"
+INC_PR = "r13"
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
@@ -37,7 +37,7 @@ 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 = " ${@base_contains('TARGET_ARCH', 'powerpc', '--disable-decimal-float --without-long-double-128', '',d)}"
+EXTRA_OECONF_append_libc-uclibc = " ${@base_contains('TARGET_ARCH', 'powerpc', '--disable-decimal-float --without-long-double-128', '',d)}"
SRC_URI[archive.md5sum] = "927eaac3d44b22f31f9c83df82f26436"
SRC_URI[archive.sha256sum] = "cbefa9abd4adac0931e1b556072dcd8b32a360d4b95a94d7822c86bded803d5b"