summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-cross_4.1.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-12 10:03:29 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-12 10:03:29 +0000
commit2d6eba7b17be4b4ae37b8c92b0332909fbd63637 (patch)
tree15b7dba27c48773ab92b353756fb4711493637a8 /meta/packages/gcc/gcc-cross_4.1.1.bb
parent15389d643ec6b12ebe84c0455aa4613b4c893a34 (diff)
downloadpoky-2d6eba7b17be4b4ae37b8c92b0332909fbd63637.tar.gz
gcc(-cross): move zecke-no-host-includes.patch only to cross version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1482 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-cross_4.1.1.bb')
-rw-r--r--meta/packages/gcc/gcc-cross_4.1.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-cross_4.1.1.bb b/meta/packages/gcc/gcc-cross_4.1.1.bb
index 42e9d151b1..62499f8ee6 100644
--- a/meta/packages/gcc/gcc-cross_4.1.1.bb
+++ b/meta/packages/gcc/gcc-cross_4.1.1.bb
@@ -5,7 +5,7 @@ inherit cross
5FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" 5FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
6# NOTE: split PR. If the main .oe changes something that affects its *build* 6# NOTE: split PR. If the main .oe changes something that affects its *build*
7# remember to increment this one too. 7# remember to increment this one too.
8PR = "r11" 8PR = "r12"
9 9
10DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" 10DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
11PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" 11PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
@@ -16,3 +16,5 @@ require gcc3-build-cross.inc
16require gcc-package-cross.inc 16require gcc-package-cross.inc
17 17
18EXTRA_OECONF += "--with-mpfr=${STAGING_DIR}/${BUILD_SYS}" 18EXTRA_OECONF += "--with-mpfr=${STAGING_DIR}/${BUILD_SYS}"
19
20SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "