diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-06 08:41:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-06 08:41:32 +0000 |
commit | bcfc6829b0765a16d7d55e142e31f17d0b25dc41 (patch) | |
tree | ecea9f171348e455a37f329e420c8f1ee2b58dc8 /packages/gcc/gcc-cross_4.1.2.bb | |
parent | f216b756051a8a7c5ce69d2bdb59ec1cb3a76886 (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.2.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross_4.1.2.bb b/packages/gcc/gcc-cross_4.1.2.bb index bb1114cf3b..dab2f332a2 100644 --- a/packages/gcc/gcc-cross_4.1.2.bb +++ b/packages/gcc/gcc-cross_4.1.2.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 += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR}/${BUILD_SYS}" |