diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-13 20:45:35 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-13 20:45:35 +0100 |
commit | eb783af8f0d8bec455e018554f777e1bfec1a88a (patch) | |
tree | 070f0e4c379934dca96d6e5cd9d30520ce89c056 /recipes/gcc | |
parent | fb8cbd53a9d6384e664016e8fa1b2709efd91d2e (diff) |
gcc-4.4.0: add some uclibc patches
Diffstat (limited to 'recipes/gcc')
-rw-r--r-- | recipes/gcc/gcc-4.4.0.inc | 7 | ||||
-rw-r--r-- | 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 f0903ff76a..3cb9763545 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 70ba98eed7..78570f0da7 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 |