[oe-commits] org.oe.dev gcc 4.2.1: make maverick stuff ep93xx specific

koen commit openembedded-commits at lists.openembedded.org
Sat Oct 6 08:33:35 UTC 2007


gcc 4.2.1: make maverick stuff ep93xx specific

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 19b66854768981b0022f496f53032a111dbcf182
ViewMTN: http://monotone.openembedded.org/revision/info/19b66854768981b0022f496f53032a111dbcf182
Files:
1
packages/gcc/gcc-cross_4.2.1.bb
packages/gcc/gcc_4.2.1.bb
Diffs:

#
# mt diff -r0e2e822372ea4e2a114a9ec1d02a1f28c9073ae9 -r19b66854768981b0022f496f53032a111dbcf182
#
# 
# 
# patch "packages/gcc/gcc-cross_4.2.1.bb"
#  from [36019aa250fcf94fb16c8f3adab162249c9d8053]
#    to [83d6c7ddf9a8d01c94ed440c4e431306ae3dcd81]
# 
# patch "packages/gcc/gcc_4.2.1.bb"
#  from [1db32e8068ef1d5187d2bfb473ca50ab44d60e2b]
#    to [b0107c70de66f12d9a9168e2db8cdedc9f9c0de5]
# 
============================================================
--- packages/gcc/gcc-cross_4.2.1.bb	36019aa250fcf94fb16c8f3adab162249c9d8053
+++ packages/gcc/gcc-cross_4.2.1.bb	83d6c7ddf9a8d01c94ed440c4e431306ae3dcd81
@@ -5,7 +5,7 @@ FILESDIR = "${@os.path.dirname(bb.data.g
 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 = "r7"
+PR = "r8"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
============================================================
--- packages/gcc/gcc_4.2.1.bb	1db32e8068ef1d5187d2bfb473ca50ab44d60e2b
+++ packages/gcc/gcc_4.2.1.bb	b0107c70de66f12d9a9168e2db8cdedc9f9c0de5
@@ -1,4 +1,4 @@
-PR = "r4"
+PR = "r5"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
@@ -38,6 +38,9 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc
 	file://unbreak-armv4t.patch;patch=1 \
         file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \
 	file://cache-amnesia.patch;patch=1 \
+"
+
+SRC_URI_append_ep93xx = " \
         file://arm-crunch-saveregs.patch;patch=1 \
         file://arm-crunch-20000320.patch;patch=1 \
         file://arm-crunch-compare.patch;patch=1 \
@@ -58,6 +61,8 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc
         file://gfortran.patch;patch=1 \	
        "
 
+PACKAGE_ARCH_ep93xx = "${MACHINE_ARCH}"
+
 SRC_URI_append_sh3  = " file://sh3-installfix-fixheaders.patch;patch=1 "
 
 #Set the fortran bits






More information about the Openembedded-commits mailing list