[oe-commits] Tom Rini : gcc-svn: 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: ca44b873f5574cdaefea2f8cb8b3558664af9a50
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ca44b873f5574cdaefea2f8cb8b3558664af9a50

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

gcc-svn: Switch to libc-uclibc

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

---

 recipes/gcc/gcc-4.5.inc |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc
index 4d2b38d..b630528 100644
--- a/recipes/gcc/gcc-4.5.inc
+++ b/recipes/gcc/gcc-4.5.inc
@@ -8,7 +8,7 @@ DEPENDS = "mpfr gmp libmpc libelf"
 NATIVEDEPS = "mpfr-native gmp-native libmpc-native"
 
 
-INC_PR = "r30"
+INC_PR = "r31"
 
 SRCREV = "168622"
 PV = "4.5"
@@ -185,9 +185,7 @@ EXTRA_OECONF_BASE = " --enable-lto \
 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 "
 
 EXTRA_OECONF_append_mips64 = " --with-arch-64=mips64 --with-tune-64=mips64"
 EXTRA_OECONF_append_mips64el = " --with-arch-64=mips64 --with-tune-64=mips64"





More information about the Openembedded-commits mailing list