[oe-commits] org.oe.dev gcc 4.1.x: move fail-fast to gcc-cross since it's only needed there

koen commit openembedded-commits at lists.openembedded.org
Fri Apr 6 08:36:30 UTC 2007


gcc 4.1.x: move fail-fast to gcc-cross since it's only needed there

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 6cafad3c28a02873864c29aff699adf5b8e2e4d7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6cafad3c28a02873864c29aff699adf5b8e2e4d7
Files:
1
packages/gcc/gcc-cross_4.1.1.bb
packages/gcc/gcc-cross_4.1.2.bb
packages/gcc/gcc_4.1.1.bb
packages/gcc/gcc_4.1.2.bb
Diffs:

#
# mt diff -rcc52573a11e9f82fd1c3f3e6138c29475629b9de -r6cafad3c28a02873864c29aff699adf5b8e2e4d7
#
# 
# 
# patch "packages/gcc/gcc-cross_4.1.1.bb"
#  from [ce58e1a9ec5ae1d3fc7d6ce431d1b3e93feafa6c]
#    to [08ec71fb53f42e993c1150f870b97f8dd17c3128]
# 
# patch "packages/gcc/gcc-cross_4.1.2.bb"
#  from [717b160492db6c7a6ea49578817e6a37e05a919a]
#    to [f1e26091884b572a0d9a042b54ccf5dc52ca1d37]
# 
# patch "packages/gcc/gcc_4.1.1.bb"
#  from [76ab97f248f415e44a541edd7039587f794f8e25]
#    to [b2afde1514552f0661b5f862cf1f40b206ed418a]
# 
# patch "packages/gcc/gcc_4.1.2.bb"
#  from [b82c13bcb1e040c8d9a5ef98e94b1cf35296899c]
#    to [797b8f302a91cd55838d411b09ba0eb4529e165f]
# 
============================================================
--- packages/gcc/gcc-cross_4.1.1.bb	ce58e1a9ec5ae1d3fc7d6ce431d1b3e93feafa6c
+++ packages/gcc/gcc-cross_4.1.1.bb	08ec71fb53f42e993c1150f870b97f8dd17c3128
@@ -15,4 +15,6 @@ require gcc-package-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}"
============================================================
--- packages/gcc/gcc-cross_4.1.2.bb	717b160492db6c7a6ea49578817e6a37e05a919a
+++ packages/gcc/gcc-cross_4.1.2.bb	f1e26091884b572a0d9a042b54ccf5dc52ca1d37
@@ -15,4 +15,6 @@ require gcc-package-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}"
============================================================
--- packages/gcc/gcc_4.1.1.bb	76ab97f248f415e44a541edd7039587f794f8e25
+++ packages/gcc/gcc_4.1.1.bb	b2afde1514552f0661b5f862cf1f40b206ed418a
@@ -1,4 +1,4 @@
-PR = "r12"
+PR = "r13"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
@@ -35,7 +35,6 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gc
         file://gcc-ignore-cache.patch;patch=1 \
 	"
 
-SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
 SRC_URI_append_sh3  = " file://sh3-installfix-fixheaders.patch;patch=1 "
 
 SRC_URI_append_powerpc = " file://ppc-gcc-41-20060515.patch;patch=1 \
============================================================
--- packages/gcc/gcc_4.1.2.bb	b82c13bcb1e040c8d9a5ef98e94b1cf35296899c
+++ packages/gcc/gcc_4.1.2.bb	797b8f302a91cd55838d411b09ba0eb4529e165f
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
@@ -32,7 +32,6 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc
         file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \
 	"
 
-SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
 SRC_URI_append_sh3  = " file://sh3-installfix-fixheaders.patch;patch=1 "
 
 #Set the fortran bits






More information about the Openembedded-commits mailing list