Op 7 sep 2011, om 07:03 heeft Saul Wold het volgende geschreven:

[YOCTO #1381]

This patch came from from GCC Bugzilla via Khem

Cc: Khem Raj <[email protected]>
Signed-off-by: Saul Wold <[email protected]>
---
meta/recipes-devtools/gcc/gcc-4.6.inc              |    3 +-
.../gcc/gcc-4.6/fix-for-ice-50099.patch | 38 +++++++++++ +++++++++
2 files changed, 40 insertions(+), 1 deletions(-)
create mode 100644 meta/recipes-devtools/gcc/gcc-4.6/fix-for- ice-50099.patch

diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes- devtools/gcc/gcc-4.6.inc
index 380f9f7..f7bcf30 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
@@ -1,6 +1,6 @@
require gcc-common.inc

-PR = "r9"
+PR = "r10"

# Third digit in PV should be incremented after a minor release
# happens from this branch on gcc e.g. currently its 4.6.0
@@ -67,6 +67,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/ branches;module=${BRANCH};proto=http \
           file://volatile_access_backport.patch \
           file://use-defaults.h-and-t-oe-in-B.patch \
           file://powerpc-e5500.patch \
+           file://fix-for-ice-50099.patch \
          "

SRC_URI_append_sh3  = " file://sh3-installfix-fixheaders.patch "
diff --git a/meta/recipes-devtools/gcc/gcc-4.6/fix-for- ice-50099.patch b/meta/recipes-devtools/gcc/gcc-4.6/fix-for- ice-50099.patch
new file mode 100644
index 0000000..4b9f70d
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-4.6/fix-for-ice-50099.patch
@@ -0,0 +1,38 @@
+Index: gcc/config/arm/arm.md
+===================================================================
+--- gcc-4.6.0/gcc/config/arm/arm.md    (revision 178135)
++++ gcc-4.6.0/gcc/config/arm/arm.md    (working copy)

Where's the patch header for this patch with e.g. upstream status?

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to