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/gcc-4.4.0.inc | |
parent | fb8cbd53a9d6384e664016e8fa1b2709efd91d2e (diff) |
gcc-4.4.0: add some uclibc patches
Diffstat (limited to 'recipes/gcc/gcc-4.4.0.inc')
-rw-r--r-- | recipes/gcc/gcc-4.4.0.inc | 7 |
1 files changed, 6 insertions, 1 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 = "" |