diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-08-18 00:17:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:30 -0700 |
commit | a0dc330b4abbb31c3c131a4cb1762555e5e109a1 (patch) | |
tree | 04519316f9d3aeeab647a8caffac7aa5b7b2700c /meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc | |
parent | e30a104c9c26ab47ba91939b585d113873cfb4c5 (diff) | |
download | poky-a0dc330b4abbb31c3c131a4cb1762555e5e109a1.tar.gz |
recipes: Delete patch=1, its default and replace pnum with striplevel
Some place pnum=1 is used which is removed as well since
striplevel=1 is default
(From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc b/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc index 062f1c5a47..648d78381f 100644 --- a/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc +++ b/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc | |||
@@ -7,30 +7,30 @@ PR = "r6" | |||
7 | FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm" | 7 | FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm" |
8 | 8 | ||
9 | SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2008q1-126-arm-none-eabi.src.tar.bz2 \ | 9 | SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2008q1-126-arm-none-eabi.src.tar.bz2 \ |
10 | file://gcc41-configure.in.patch;patch=1 \ | 10 | file://gcc41-configure.in.patch \ |
11 | file://arm-nolibfloat.patch;patch=1 \ | 11 | file://arm-nolibfloat.patch \ |
12 | file://arm-softfloat.patch;patch=1 \ | 12 | file://arm-softfloat.patch \ |
13 | file://zecke-xgcc-cpp.patch;patch=1 \ | 13 | file://zecke-xgcc-cpp.patch \ |
14 | " | 14 | " |
15 | # file://100-uclibc-conf.patch;patch=1 | 15 | # file://100-uclibc-conf.patch |
16 | # file://103-uclibc-conf-noupstream.patch;patch=1 | 16 | # file://103-uclibc-conf-noupstream.patch |
17 | # file://200-uclibc-locale.patch;patch=1 | 17 | # file://200-uclibc-locale.patch |
18 | # file://203-uclibc-locale-no__x.patch;patch=1 | 18 | # file://203-uclibc-locale-no__x.patch |
19 | # file://204-uclibc-locale-wchar_fix.patch;patch=1 | 19 | # file://204-uclibc-locale-wchar_fix.patch |
20 | # file://205-uclibc-locale-update.patch;patch=1 | 20 | # file://205-uclibc-locale-update.patch |
21 | # file://300-libstdc++-pic.patch;patch=1 | 21 | # file://300-libstdc++-pic.patch |
22 | # file://302-c99-snprintf.patch;patch=1 | 22 | # file://302-c99-snprintf.patch |
23 | # file://303-c99-complex-ugly-hack.patch;patch=1 | 23 | # file://303-c99-complex-ugly-hack.patch |
24 | # file://304-index_macro.patch;patch=1 | 24 | # file://304-index_macro.patch |
25 | # file://305-libmudflap-susv3-legacy.patch;patch=1 | 25 | # file://305-libmudflap-susv3-legacy.patch |
26 | # file://306-libstdc++-namespace.patch;patch=1 | 26 | # file://306-libstdc++-namespace.patch |
27 | # file://307-locale_facets.patch;patch=1 | 27 | # file://307-locale_facets.patch |
28 | # file://402-libbackend_dep_gcov-iov.h.patch;patch=1 | 28 | # file://402-libbackend_dep_gcov-iov.h.patch |
29 | # file://602-sdk-libstdc++-includes.patch;patch=1 | 29 | # file://602-sdk-libstdc++-includes.patch |
30 | # file://gfortran.patch;patch=1 | 30 | # file://gfortran.patch |
31 | # file://fortran-static-linking.patch;patch=1 | 31 | # file://fortran-static-linking.patch |
32 | # file://gcc-configure-no-fortran.patch;patch=1;pnum=1 | 32 | # file://gcc-configure-no-fortran.patch |
33 | # file://gcc-new-makeinfo.patch;patch=1 | 33 | # file://gcc-new-makeinfo.patch |
34 | 34 | ||
35 | S = "${WORKDIR}/gcc-4.2" | 35 | S = "${WORKDIR}/gcc-4.2" |
36 | 36 | ||