diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-22 21:38:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-22 21:45:28 +0000 |
commit | be9262233975911e404f6fcdb3c81ba916d28e32 (patch) | |
tree | 2149a99c8d1116e8811d2fc9efad3f973971dd9b /meta/recipes-devtools/gcc/gcc-4.3.3.inc | |
parent | d26cbff22a3dfc3f5682b44d6e753f1c4091a56d (diff) | |
download | poky-be9262233975911e404f6fcdb3c81ba916d28e32.tar.gz |
Remove all comments from multiline expressions (as mentioned in bug #704)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.3.3.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.3.3.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.3.3.inc b/meta/recipes-devtools/gcc/gcc-4.3.3.inc index 9b600a0f1f..55d66f5664 100644 --- a/meta/recipes-devtools/gcc/gcc-4.3.3.inc +++ b/meta/recipes-devtools/gcc/gcc-4.3.3.inc | |||
@@ -43,10 +43,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
43 | file://arm-nolibfloat.patch;patch=1 \ | 43 | file://arm-nolibfloat.patch;patch=1 \ |
44 | file://arm-softfloat.patch;patch=1 \ | 44 | file://arm-softfloat.patch;patch=1 \ |
45 | file://cache-amnesia.patch;patch=1 \ | 45 | file://cache-amnesia.patch;patch=1 \ |
46 | # file://gfortran.patch;patch=1 \ | ||
47 | file://gcc-4.0.2-e300c2c3.patch;patch=1 \ | 46 | file://gcc-4.0.2-e300c2c3.patch;patch=1 \ |
48 | # file://pr34130.patch;patch=1 \ | ||
49 | # file://fortran-static-linking.patch;patch=1 \ | ||
50 | file://gcc-arm-frename-registers.patch;patch=1 \ | 47 | file://gcc-arm-frename-registers.patch;patch=1 \ |
51 | file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch;patch=1 \ | 48 | file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch;patch=1 \ |
52 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \ | 49 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \ |
@@ -58,6 +55,11 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
58 | file://64bithack.patch;patch=1 \ | 55 | file://64bithack.patch;patch=1 \ |
59 | " | 56 | " |
60 | 57 | ||
58 | # file://gfortran.patch;patch=1 | ||
59 | # file://pr34130.patch;patch=1 | ||
60 | # file://fortran-static-linking.patch;patch=1 | ||
61 | |||
62 | |||
61 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " | 63 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " |
62 | 64 | ||
63 | # Language Overrides | 65 | # Language Overrides |