[oe-commits] Phil Blundell : gcc-4.4.0: add some uclibc patches

git version control git at git.openembedded.org
Sat Jun 13 19:45:54 UTC 2009


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

Author: Phil Blundell <philb at gnu.org>
Date:   Sat Jun 13 20:45:35 2009 +0100

gcc-4.4.0: add some uclibc patches

---

 recipes/gcc/gcc-4.4.0.inc                     |    7 ++++++-
 recipes/gcc/gcc-4.4.0/200-uclibc-locale.patch |    9 ---------
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/recipes/gcc/gcc-4.4.0.inc b/recipes/gcc/gcc-4.4.0.inc
index f0903ff..3cb9763 100644
--- a/recipes/gcc/gcc-4.4.0.inc
+++ b/recipes/gcc/gcc-4.4.0.inc
@@ -10,7 +10,12 @@ DEPENDS = "mpfr gmp"
 FILESPATHPKG .= ":gcc-$PV"
 
 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
-	   file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
+        file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
+	file://100-uclibc-conf.patch;patch=1 \
+	file://200-uclibc-locale.patch;patch=1 \
+	file://203-uclibc-locale-no__x.patch;patch=1 \
+	file://204-uclibc-locale-wchar_fix.patch;patch=1 \
+	file://205-uclibc-locale-update.patch;patch=1 \
 	  "
 # Language Overrides
 FORTRAN = ""
diff --git a/recipes/gcc/gcc-4.4.0/200-uclibc-locale.patch b/recipes/gcc/gcc-4.4.0/200-uclibc-locale.patch
index 70ba98e..78570f0 100644
--- a/recipes/gcc/gcc-4.4.0/200-uclibc-locale.patch
+++ b/recipes/gcc/gcc-4.4.0/200-uclibc-locale.patch
@@ -2794,15 +2794,6 @@ Index: gcc-4.3.2/libstdc++-v3/configure
    esac
  
    # This is where the testsuite looks for locale catalogs, using the
-@@ -17016,7 +17089,7 @@
- 
-   # Fake what AC_TRY_COMPILE does.  XXX Look at redoing this new-style.
-     cat > conftest.$ac_ext << EOF
--#line 17019 "configure"
-+#line 17092 "configure"
- int main()
- {
-   // NB: _Atomic_word not necessarily int.
 Index: gcc-4.3.2/libstdc++-v3/include/c_compatibility/wchar.h
 ===================================================================
 --- gcc-4.3.2.orig/libstdc++-v3/include/c_compatibility/wchar.h	2007-03-04 14:59:49.000000000 -0800





More information about the Openembedded-commits mailing list