[oe-commits] Tom Rini : gcc-4.4.1: Switch to libc-uclibc

git version control git at git.openembedded.org
Wed Jan 19 01:08:05 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 22d7149bac7d089abc35a93136b3c6ad639998cb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=22d7149bac7d089abc35a93136b3c6ad639998cb

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jan 18 17:44:09 2011 -0700

gcc-4.4.1: Switch to libc-uclibc

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/gcc/gcc-4.4.1.inc |    4 ++--
 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 b2204ba..8c58c86 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"





More information about the Openembedded-commits mailing list