summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-27 14:09:13 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-27 14:09:13 +0000
commitb4660972350e161112fcc1d24ccc1650987ae9e1 (patch)
tree39469852fee3a25eb7950ac0dbb178288cc61835 /meta/packages/gcc
parent4d4a37609166adb9a86423f346e7a6bd6649da3a (diff)
downloadpoky-b4660972350e161112fcc1d24ccc1650987ae9e1.tar.gz
gcc-cross-sdk: added zecke-no-host-includes patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1572 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc')
-rw-r--r--meta/packages/gcc/gcc-cross-sdk_4.1.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-cross-sdk_4.1.1.bb b/meta/packages/gcc/gcc-cross-sdk_4.1.1.bb
index eaf7e7024a..5d8434163b 100644
--- a/meta/packages/gcc/gcc-cross-sdk_4.1.1.bb
+++ b/meta/packages/gcc/gcc-cross-sdk_4.1.1.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "The GNU cc and gcc C compilers." 1DESCRIPTION = "The GNU cc and gcc C compilers."
2require gcc_${PV}.bb 2require gcc_${PV}.bb
3PR = "r0" 3PR = "r1"
4 4
5inherit sdk 5inherit sdk
6 6
@@ -35,4 +35,4 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \
35 file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \ 35 file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \
36 file://gcc-4.1.1-pr13685-1.patch;patch=1 \ 36 file://gcc-4.1.1-pr13685-1.patch;patch=1 \
37 file://gcc-ignore-cache.patch;patch=1 \ 37 file://gcc-ignore-cache.patch;patch=1 \
38 " 38 file://zecke-no-host-includes.patch;patch=1"