diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.5.1.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc index 6eb30443f0..aa1cc959e0 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc +++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc @@ -35,9 +35,9 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://fedora/gcc45-no-add-needed.patch;striplevel=0 \ file://103-uclibc-conf-noupstream.patch \ file://200-uclibc-locale.patch \ - file://203-uclibc-locale-no__x.patch;striplevel=1 \ - file://204-uclibc-locale-wchar_fix.patch;striplevel=1 \ - file://205-uclibc-locale-update.patch;striplevel=1 \ + file://203-uclibc-locale-no__x.patch; \ + file://204-uclibc-locale-wchar_fix.patch; \ + file://205-uclibc-locale-update.patch; \ file://301-missing-execinfo_h.patch \ file://302-c99-snprintf.patch \ file://303-c99-complex-ugly-hack.patch \ @@ -68,7 +68,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://pr45886.patch \ " -SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " +SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " # Language Overrides FORTRAN = "" |