gcc-4.4.0: add some uclibc patches
authorPhil Blundell <philb@gnu.org>
Sat, 13 Jun 2009 19:45:35 +0000 (20:45 +0100)
committerPhil Blundell <philb@gnu.org>
Sat, 13 Jun 2009 19:45:35 +0000 (20:45 +0100)
recipes/gcc/gcc-4.4.0.inc
recipes/gcc/gcc-4.4.0/200-uclibc-locale.patch

index f0903ff..3cb9763 100644 (file)
@@ -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 = ""
index 70ba98e..78570f0 100644 (file)
@@ -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