gcc/gcc-cross_4.2.1.bb : de-koen the gcc-cross so if you wish to cause anyone
authorGraeme Gregory <dp@xora.org.uk>
Sun, 7 Oct 2007 12:06:49 +0000 (12:06 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Sun, 7 Oct 2007 12:06:49 +0000 (12:06 +0000)
pain for PR bump then aim at koen :-)

packages/gcc/gcc-cross_4.2.1.bb
packages/gcc/gcc_4.2.1.bb

index e67d6c6..3272876 100644 (file)
@@ -5,7 +5,7 @@ inherit cross
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
 # NOTE: split PR.  If the main .oe changes something that affects its *build*
 # remember to increment this one too.
-PR = "r8"
+PR = "r9"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
index d11f246..7bf074d 100644 (file)
@@ -38,6 +38,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
        file://unbreak-armv4t.patch;patch=1 \
         file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \
        file://cache-amnesia.patch;patch=1 \
+        file://gfortran.patch;patch=1 \
 "
 
 SRC_URI_append_ep93xx = " \
@@ -58,7 +59,6 @@ SRC_URI_append_ep93xx = " \
         file://arm-crunch-truncsi-disable.patch;patch=1 \
         file://arm-crunch-cfcvt64-disable.patch;patch=1 \
         file://arm-crunch-cirrus-bugfixes.patch;patch=1 \
-        file://gfortran.patch;patch=1 \        
        "
 
 PACKAGE_ARCH_ep93xx = "${MACHINE_ARCH}"