summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.1.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-04-06 08:41:32 +0000
committerKoen Kooi <koen@openembedded.org>2007-04-06 08:41:32 +0000
commitbcfc6829b0765a16d7d55e142e31f17d0b25dc41 (patch)
treeecea9f171348e455a37f329e420c8f1ee2b58dc8 /packages/gcc/gcc-cross_4.1.1.bb
parentf216b756051a8a7c5ce69d2bdb59ec1cb3a76886 (diff)
gcc 4.1.x: move fail-fast to gcc-cross since it's only needed there
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.1.bb')
-rw-r--r--packages/gcc/gcc-cross_4.1.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross_4.1.1.bb b/packages/gcc/gcc-cross_4.1.1.bb
index 67dbc83940..04b34919ec 100644
--- a/packages/gcc/gcc-cross_4.1.1.bb
+++ b/packages/gcc/gcc-cross_4.1.1.bb
@@ -15,4 +15,6 @@ require gcc3-build-cross.inc
# cross packaging
require gcc-package-cross.inc
+SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
+
EXTRA_OECONF += "--with-mpfr=${STAGING_DIR}/${BUILD_SYS}"