diff options
author | Koen Kooi <koen@openembedded.org> | 2007-07-25 16:58:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-07-25 16:58:12 +0000 |
commit | 61ef961eaa201ac885e2412d529125511c0b7801 (patch) | |
tree | 3b747ac5fdf59a0b597b43918e0f103229f57769 /packages/gcc/gcc_4.2.1.bb | |
parent | 2d281797eda9dc01a695141e9b2ff163df642046 (diff) |
gcc 4.2.1: add missing uclibc locale patch and a patch to reduce binary size with -Os
Diffstat (limited to 'packages/gcc/gcc_4.2.1.bb')
-rw-r--r-- | packages/gcc/gcc_4.2.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.2.1.bb b/packages/gcc/gcc_4.2.1.bb index dd3a9c59cc..79d32d45ce 100644 --- a/packages/gcc/gcc_4.2.1.bb +++ b/packages/gcc/gcc_4.2.1.bb @@ -10,7 +10,7 @@ require gcc-package.inc SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://100-uclibc-conf.patch;patch=1 \ -# file://200-uclibc-locale.patch;patch=1 \ + file://200-uclibc-locale.patch;patch=1 \ file://300-libstdc++-pic.patch;patch=1 \ file://301-missing-execinfo_h.patch;patch=1 \ file://302-c99-snprintf.patch;patch=1 \ @@ -19,6 +19,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://602-sdk-libstdc++-includes.patch;patch=1 \ file://740-sh-pr24836.patch;patch=1 \ file://800-arm-bigendian.patch;patch=1 \ + file://904-flatten-switch-stmt-00.patch;patch=1 \ file://arm-nolibfloat.patch;patch=1 \ file://arm-softfloat.patch;patch=1 \ file://gcc41-configure.in.patch;patch=1 \ |