[oe-commits] org.oe.dev All below is done for GCC 4.3.1 and 4.3.2 recipes.

khem commit oe at amethyst.openembedded.net
Mon Sep 1 18:31:32 UTC 2008


All below is done for GCC 4.3.1 and 4.3.2 recipes.
Enable patches for ARM big endian support.
Delete unneeded ARM big endian patches.
Adjust Thumb support patches.

Author: khem at openembedded.org
Branch: org.openembedded.dev
Revision: 370c944fc196b541d71200c33db672b1ddd44a8b
ViewMTN: http://monotone.openembedded.org/revision/info/370c944fc196b541d71200c33db672b1ddd44a8b
Files:
1
packages/gcc/gcc-4.3.1/801-arm-bigendian-eabi.patch
packages/gcc/gcc-4.3.1/intermask-bigendian.patch
packages/gcc/gcc-4.3.2/801-arm-bigendian-eabi.patch
packages/gcc/gcc-4.3.2/intermask-bigendian.patch
packages/gcc/gcc-4.3.1/800-arm-bigendian.patch
packages/gcc/gcc-4.3.1/arm-thumb.patch
packages/gcc/gcc-4.3.1.inc
packages/gcc/gcc-4.3.2/800-arm-bigendian.patch
packages/gcc/gcc-4.3.2/arm-thumb.patch
packages/gcc/gcc-4.3.2.inc
packages/gcc/gcc-cross-sdk_4.3.1.bb
packages/gcc/gcc-cross-sdk_4.3.2.bb
packages/gcc/gcc-cross_4.3.1.bb
packages/gcc/gcc-cross_4.3.2.bb
packages/gcc/gcc_4.3.1.bb
packages/gcc/gcc_4.3.2.bb
Diffs:

#
# mt diff -r9227ea3bf265aa47fa2da7b67e06a702ae4037c8 -r370c944fc196b541d71200c33db672b1ddd44a8b
#
#
#
# delete "packages/gcc/gcc-4.3.1/801-arm-bigendian-eabi.patch"
# 
# delete "packages/gcc/gcc-4.3.1/intermask-bigendian.patch"
# 
# delete "packages/gcc/gcc-4.3.2/801-arm-bigendian-eabi.patch"
# 
# delete "packages/gcc/gcc-4.3.2/intermask-bigendian.patch"
# 
# patch "packages/gcc/gcc-4.3.1/800-arm-bigendian.patch"
#  from [2d4e80657a01bd6e96984ef518f9cc80e20202e4]
#    to [84addd90fb56a6efe554813214b0fa0effdf3eb0]
# 
# patch "packages/gcc/gcc-4.3.1/arm-thumb.patch"
#  from [4e5930d45cd65afd0706edb94267818b9cd1ec05]
#    to [4d5b3118615ae05fde4d1ff898e845768c403e77]
# 
# patch "packages/gcc/gcc-4.3.1.inc"
#  from [9db2ca296ee282eae6a81cb565b2f51fcf991fd4]
#    to [921fa93e902dc291850d19e4ac0591480ab48422]
# 
# patch "packages/gcc/gcc-4.3.2/800-arm-bigendian.patch"
#  from [2d4e80657a01bd6e96984ef518f9cc80e20202e4]
#    to [84addd90fb56a6efe554813214b0fa0effdf3eb0]
# 
# patch "packages/gcc/gcc-4.3.2/arm-thumb.patch"
#  from [4e5930d45cd65afd0706edb94267818b9cd1ec05]
#    to [4d5b3118615ae05fde4d1ff898e845768c403e77]
# 
# patch "packages/gcc/gcc-4.3.2.inc"
#  from [03e601778dcfcc271efe95f3f986842a230b6e39]
#    to [75abb869832002db6e415eaedf4d1077199a448a]
# 
# patch "packages/gcc/gcc-cross-sdk_4.3.1.bb"
#  from [090cf2afa4bf83ecac1f410218f97e6bd53739e9]
#    to [383ab46640454a4f676298f891757f4a55202336]
# 
# patch "packages/gcc/gcc-cross-sdk_4.3.2.bb"
#  from [a3350fb80602ff9b8b9cfb0288dd9fac80d1f6a8]
#    to [e2a276b361c10c453d83333227c0367a9226dd42]
# 
# patch "packages/gcc/gcc-cross_4.3.1.bb"
#  from [f4fe73c34fb5734ca8e8113f1f456687402753c0]
#    to [fe6a0ff94cb512d358ba66cfdcf2d5d5d7cb2c62]
# 
# patch "packages/gcc/gcc-cross_4.3.2.bb"
#  from [4d05146ff56408c2ffc42ec2d3282818182c0c03]
#    to [30aeae625c37e023b360bd2a39007ba125ad4deb]
# 
# patch "packages/gcc/gcc_4.3.1.bb"
#  from [cce5da15cc45b4faca59b63e812425ecd1093e6d]
#    to [aeecdb1cde760800be9365ab9f22d03fc48bc7ea]
# 
# patch "packages/gcc/gcc_4.3.2.bb"
#  from [b129c606b0e2f1ecfd3c021ed4cbe22c84526a57]
#    to [a3235db9dedca2a025befd3343044c6ff9872093]
#
============================================================
--- packages/gcc/gcc-4.3.1/800-arm-bigendian.patch	2d4e80657a01bd6e96984ef518f9cc80e20202e4
+++ packages/gcc/gcc-4.3.1/800-arm-bigendian.patch	84addd90fb56a6efe554813214b0fa0effdf3eb0
@@ -3,38 +3,12 @@ See http://gcc.gnu.org/PR16350
 
 See http://gcc.gnu.org/PR16350
 
---- gcc-4.2.0/gcc/config/arm/linux-elf.h
-+++ gcc-4.2.0/gcc/config/arm/linux-elf.h
-@@ -28,19 +28,33 @@
- #undef  TARGET_VERSION
- #define TARGET_VERSION  fputs (" (ARM GNU/Linux with ELF)", stderr);
+Index: gcc-4.3.2/gcc/config/arm/linux-elf.h
+===================================================================
+--- gcc-4.3.2.orig/gcc/config/arm/linux-elf.h	2007-11-08 05:44:09.000000000 -0800
++++ gcc-4.3.2/gcc/config/arm/linux-elf.h	2008-08-28 21:08:30.000000000 -0700
+@@ -51,7 +51,7 @@
  
-+/*
-+ * 'config.gcc' defines TARGET_BIG_ENDIAN_DEFAULT as 1 for arm*b-*
-+ * (big endian) configurations.
-+ */
-+#if TARGET_BIG_ENDIAN_DEFAULT
-+#define TARGET_ENDIAN_DEFAULT MASK_BIG_END
-+#define TARGET_ENDIAN_OPTION "mbig-endian"
-+#define TARGET_LINKER_EMULATION "armelfb_linux"
-+#else
-+#define TARGET_ENDIAN_DEFAULT 0
-+#define TARGET_ENDIAN_OPTION "mlittle-endian"
-+#define TARGET_LINKER_EMULATION "armelf_linux"
-+#endif
-+
- #undef  TARGET_DEFAULT_FLOAT_ABI
- #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_HARD
- 
- #undef  TARGET_DEFAULT
--#define TARGET_DEFAULT (0)
-+#define TARGET_DEFAULT (TARGET_ENDIAN_DEFAULT)
- 
- #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm6
- 
--#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux -p"
-+#define SUBTARGET_EXTRA_LINK_SPEC " -m " TARGET_LINKER_EMULATION " -p"
- 
  #undef  MULTILIB_DEFAULTS
  #define MULTILIB_DEFAULTS \
 -	{ "marm", "mlittle-endian", "mhard-float", "mno-thumb-interwork" }
@@ -42,19 +16,12 @@ See http://gcc.gnu.org/PR16350
  
  /* Now we define the strings used to build the spec file.  */
  #undef  LIB_SPEC
-@@ -61,7 +75,7 @@
-    %{rdynamic:-export-dynamic} \
-    %{!dynamic-linker:-dynamic-linker " LINUX_DYNAMIC_LINKER "} \
-    -X \
--   %{mbig-endian:-EB}" \
-+   %{mbig-endian:-EB} %{mlittle-endian:-EL}" \
-    SUBTARGET_EXTRA_LINK_SPEC
- 
- #undef  LINK_SPEC
---- gcc-4.2.0/gcc/config.gcc.orig	2006-09-22 14:53:41.000000000 +0200
-+++ gcc-4.2.0/gcc/config.gcc	2006-09-25 10:45:21.000000000 +0200
-@@ -696,6 +696,11 @@
- 	tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
+Index: gcc-4.3.2/gcc/config.gcc
+===================================================================
+--- gcc-4.3.2.orig/gcc/config.gcc	2008-08-28 20:57:39.000000000 -0700
++++ gcc-4.3.2/gcc/config.gcc	2008-08-28 21:00:11.000000000 -0700
+@@ -742,6 +742,11 @@
+ 	esac
  	tmake_file="${tmake_file} t-linux arm/t-arm"
  	case ${target} in
 +	arm*b-*)
============================================================
--- packages/gcc/gcc-4.3.1/arm-thumb.patch	4e5930d45cd65afd0706edb94267818b9cd1ec05
+++ packages/gcc/gcc-4.3.1/arm-thumb.patch	4d5b3118615ae05fde4d1ff898e845768c403e77
@@ -3,34 +3,11 @@
 # Patch managed by http://www.holgerschurig.de/patcher.html
 #
 
---- gcc-4.1.1/gcc/config/arm/lib1funcs.asm~gcc
-+++ gcc-4.1.1/gcc/config/arm/lib1funcs.asm
-@@ -995,10 +995,24 @@
- 	.code	32
- 	FUNC_START div0
- 
-+#if ! defined __thumb__
- 	stmfd	sp!, {r1, lr}
- 	mov	r0, #SIGFPE
- 	bl	SYM(raise) __PLT__
- 	RETLDM	r1
-+#else
-+       push    {r1, lr}
-+	mov	r0, #SIGFPE
-+	bl	SYM(raise) __PLT__
-+#if __ARM_ARCH__ > 4
-+       pop     {r1, pc}
-+#else
-+       @ on 4T that won't work
-+       pop     {r1}
-+       pop     {r3}
-+       bx      r3
-+#endif
-+#endif
- 
- 	FUNC_END div0
- 	
-@@ -1141,11 +1155,12 @@
+Index: gcc-4.3.1/gcc/config/arm/lib1funcs.asm
+===================================================================
+--- gcc-4.3.1.orig/gcc/config/arm/lib1funcs.asm	2007-05-30 12:04:09.000000000 -0700
++++ gcc-4.3.1/gcc/config/arm/lib1funcs.asm	2008-08-28 21:51:17.000000000 -0700
+@@ -1225,11 +1225,12 @@
     code here switches to the correct mode before executing the function.  */
  	
  	.text
@@ -44,7 +21,7 @@
  
  	bx	\register
  	nop
-@@ -1242,6 +1257,7 @@
+@@ -1330,6 +1331,7 @@
  	.code	16
  
  	THUMB_FUNC_START _interwork_call_via_\register
@@ -52,9 +29,11 @@
  
  	bx	pc
  	nop
---- gcc-4.1.1/gcc/config/arm/t-linux~gcc
-+++ gcc-4.1.1/gcc/config/arm/t-linux
-@@ -7,6 +7,7 @@
+Index: gcc-4.3.1/gcc/config/arm/t-linux
+===================================================================
+--- gcc-4.3.1.orig/gcc/config/arm/t-linux	2008-08-28 21:25:24.000000000 -0700
++++ gcc-4.3.1/gcc/config/arm/t-linux	2008-08-28 21:51:17.000000000 -0700
+@@ -6,6 +6,7 @@
  LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx \
      _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \
      _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
============================================================
--- packages/gcc/gcc-4.3.1.inc	9db2ca296ee282eae6a81cb565b2f51fcf991fd4
+++ packages/gcc/gcc-4.3.1.inc	921fa93e902dc291850d19e4ac0591480ab48422
@@ -20,7 +20,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc
 	file://fedora/gcc43-libgomp-speedup.patch;patch=1;pnum=0 \
 	file://fedora/gcc43-i386-libgomp.patch;patch=1;pnum=0 \
 	file://fedora/gcc43-rh251682.patch;patch=1;pnum=0 \
-        file://debian/arm-unbreak-eabi-armv4t.dpatch;patch=1 \
+    file://debian/arm-unbreak-eabi-armv4t.dpatch;patch=1 \
 	file://debian/libstdc++-pic.dpatch;patch=1;pnum=0 \
 	file://debian/gcc-ice-hack.dpatch;patch=1;pnum=0 \ 
 	file://debian/pr30961.dpatch;patch=1;pnum=0 \
@@ -40,13 +40,12 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc
 #	file://402-libbackend_dep_gcov-iov.h.patch;patch=1 \
 	file://602-sdk-libstdc++-includes.patch;patch=1 \
 	file://740-sh-pr24836.patch;patch=1 \
-#	file://800-arm-bigendian.patch;patch=1 \
-#	file://801-arm-bigendian-eabi.patch;patch=1 \
+	file://800-arm-bigendian.patch;patch=1 \
 	file://904-flatten-switch-stmt-00.patch;patch=1 \
 	file://arm-nolibfloat.patch;patch=1 \
 	file://arm-softfloat.patch;patch=1 \
-#	file://arm-thumb.patch;patch=1 \
-#	file://arm-thumb-cache.patch;patch=1 \
+	file://arm-thumb.patch;patch=1 \
+	file://arm-thumb-cache.patch;patch=1 \
 	file://ldflags.patch;patch=1 \
 	file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \
 	file://cache-amnesia.patch;patch=1 \
@@ -54,7 +53,6 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc
 	file://gcc-4.0.2-e300c2c3.patch;patch=1 \
 #	file://pr34130.patch;patch=1 \
 #	file://fortran-static-linking.patch;patch=1 \
-#	file://intermask-bigendian.patch;patch=1 \
 	file://gcc-arm-frename-registers.patch;patch=1 \
 	file://gcc-release-branch/PR-36500-fix-neon.patch;patch=1 \
 	file://gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch;patch=1 \
============================================================
--- packages/gcc/gcc-4.3.2/800-arm-bigendian.patch	2d4e80657a01bd6e96984ef518f9cc80e20202e4
+++ packages/gcc/gcc-4.3.2/800-arm-bigendian.patch	84addd90fb56a6efe554813214b0fa0effdf3eb0
@@ -3,38 +3,12 @@ See http://gcc.gnu.org/PR16350
 
 See http://gcc.gnu.org/PR16350
 
---- gcc-4.2.0/gcc/config/arm/linux-elf.h
-+++ gcc-4.2.0/gcc/config/arm/linux-elf.h
-@@ -28,19 +28,33 @@
- #undef  TARGET_VERSION
- #define TARGET_VERSION  fputs (" (ARM GNU/Linux with ELF)", stderr);
+Index: gcc-4.3.2/gcc/config/arm/linux-elf.h
+===================================================================
+--- gcc-4.3.2.orig/gcc/config/arm/linux-elf.h	2007-11-08 05:44:09.000000000 -0800
++++ gcc-4.3.2/gcc/config/arm/linux-elf.h	2008-08-28 21:08:30.000000000 -0700
+@@ -51,7 +51,7 @@
  
-+/*
-+ * 'config.gcc' defines TARGET_BIG_ENDIAN_DEFAULT as 1 for arm*b-*
-+ * (big endian) configurations.
-+ */
-+#if TARGET_BIG_ENDIAN_DEFAULT
-+#define TARGET_ENDIAN_DEFAULT MASK_BIG_END
-+#define TARGET_ENDIAN_OPTION "mbig-endian"
-+#define TARGET_LINKER_EMULATION "armelfb_linux"
-+#else
-+#define TARGET_ENDIAN_DEFAULT 0
-+#define TARGET_ENDIAN_OPTION "mlittle-endian"
-+#define TARGET_LINKER_EMULATION "armelf_linux"
-+#endif
-+
- #undef  TARGET_DEFAULT_FLOAT_ABI
- #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_HARD
- 
- #undef  TARGET_DEFAULT
--#define TARGET_DEFAULT (0)
-+#define TARGET_DEFAULT (TARGET_ENDIAN_DEFAULT)
- 
- #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm6
- 
--#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux -p"
-+#define SUBTARGET_EXTRA_LINK_SPEC " -m " TARGET_LINKER_EMULATION " -p"
- 
  #undef  MULTILIB_DEFAULTS
  #define MULTILIB_DEFAULTS \
 -	{ "marm", "mlittle-endian", "mhard-float", "mno-thumb-interwork" }
@@ -42,19 +16,12 @@ See http://gcc.gnu.org/PR16350
  
  /* Now we define the strings used to build the spec file.  */
  #undef  LIB_SPEC
-@@ -61,7 +75,7 @@
-    %{rdynamic:-export-dynamic} \
-    %{!dynamic-linker:-dynamic-linker " LINUX_DYNAMIC_LINKER "} \
-    -X \
--   %{mbig-endian:-EB}" \
-+   %{mbig-endian:-EB} %{mlittle-endian:-EL}" \
-    SUBTARGET_EXTRA_LINK_SPEC
- 
- #undef  LINK_SPEC
---- gcc-4.2.0/gcc/config.gcc.orig	2006-09-22 14:53:41.000000000 +0200
-+++ gcc-4.2.0/gcc/config.gcc	2006-09-25 10:45:21.000000000 +0200
-@@ -696,6 +696,11 @@
- 	tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
+Index: gcc-4.3.2/gcc/config.gcc
+===================================================================
+--- gcc-4.3.2.orig/gcc/config.gcc	2008-08-28 20:57:39.000000000 -0700
++++ gcc-4.3.2/gcc/config.gcc	2008-08-28 21:00:11.000000000 -0700
+@@ -742,6 +742,11 @@
+ 	esac
  	tmake_file="${tmake_file} t-linux arm/t-arm"
  	case ${target} in
 +	arm*b-*)
============================================================
--- packages/gcc/gcc-4.3.2/arm-thumb.patch	4e5930d45cd65afd0706edb94267818b9cd1ec05
+++ packages/gcc/gcc-4.3.2/arm-thumb.patch	4d5b3118615ae05fde4d1ff898e845768c403e77
@@ -3,34 +3,11 @@
 # Patch managed by http://www.holgerschurig.de/patcher.html
 #
 
---- gcc-4.1.1/gcc/config/arm/lib1funcs.asm~gcc
-+++ gcc-4.1.1/gcc/config/arm/lib1funcs.asm
-@@ -995,10 +995,24 @@
- 	.code	32
- 	FUNC_START div0
- 
-+#if ! defined __thumb__
- 	stmfd	sp!, {r1, lr}
- 	mov	r0, #SIGFPE
- 	bl	SYM(raise) __PLT__
- 	RETLDM	r1
-+#else
-+       push    {r1, lr}
-+	mov	r0, #SIGFPE
-+	bl	SYM(raise) __PLT__
-+#if __ARM_ARCH__ > 4
-+       pop     {r1, pc}
-+#else
-+       @ on 4T that won't work
-+       pop     {r1}
-+       pop     {r3}
-+       bx      r3
-+#endif
-+#endif
- 
- 	FUNC_END div0
- 	
-@@ -1141,11 +1155,12 @@
+Index: gcc-4.3.1/gcc/config/arm/lib1funcs.asm
+===================================================================
+--- gcc-4.3.1.orig/gcc/config/arm/lib1funcs.asm	2007-05-30 12:04:09.000000000 -0700
++++ gcc-4.3.1/gcc/config/arm/lib1funcs.asm	2008-08-28 21:51:17.000000000 -0700
+@@ -1225,11 +1225,12 @@
     code here switches to the correct mode before executing the function.  */
  	
  	.text
@@ -44,7 +21,7 @@
  
  	bx	\register
  	nop
-@@ -1242,6 +1257,7 @@
+@@ -1330,6 +1331,7 @@
  	.code	16
  
  	THUMB_FUNC_START _interwork_call_via_\register
@@ -52,9 +29,11 @@
  
  	bx	pc
  	nop
---- gcc-4.1.1/gcc/config/arm/t-linux~gcc
-+++ gcc-4.1.1/gcc/config/arm/t-linux
-@@ -7,6 +7,7 @@
+Index: gcc-4.3.1/gcc/config/arm/t-linux
+===================================================================
+--- gcc-4.3.1.orig/gcc/config/arm/t-linux	2008-08-28 21:25:24.000000000 -0700
++++ gcc-4.3.1/gcc/config/arm/t-linux	2008-08-28 21:51:17.000000000 -0700
+@@ -6,6 +6,7 @@
  LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx \
      _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \
      _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
============================================================
--- packages/gcc/gcc-4.3.2.inc	03e601778dcfcc271efe95f3f986842a230b6e39
+++ packages/gcc/gcc-4.3.2.inc	75abb869832002db6e415eaedf4d1077199a448a
@@ -39,8 +39,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc
 	file://307-locale_facets.patch;patch=1 \
 	file://602-sdk-libstdc++-includes.patch;patch=1 \
 	file://740-sh-pr24836.patch;patch=1 \
-#	file://800-arm-bigendian.patch;patch=1 \
-#	file://801-arm-bigendian-eabi.patch;patch=1 \
+	file://800-arm-bigendian.patch;patch=1 \
 	file://904-flatten-switch-stmt-00.patch;patch=1 \
 	file://arm-nolibfloat.patch;patch=1 \
 	file://arm-softfloat.patch;patch=1 \
@@ -51,7 +50,6 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc
 	file://gcc-4.0.2-e300c2c3.patch;patch=1 \
 #	file://pr34130.patch;patch=1 \
 #	file://fortran-static-linking.patch;patch=1 \
-#	file://intermask-bigendian.patch;patch=1 \
 	file://gcc-arm-frename-registers.patch;patch=1 \
 	file://gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch;patch=1 \
 	file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
============================================================
--- packages/gcc/gcc-cross-sdk_4.3.1.bb	090cf2afa4bf83ecac1f410218f97e6bd53739e9
+++ packages/gcc/gcc-cross-sdk_4.3.1.bb	383ab46640454a4f676298f891757f4a55202336
@@ -1,4 +1,4 @@
-PR = "r9"
+PR = "r10"
 
 inherit sdk
 
============================================================
--- packages/gcc/gcc-cross-sdk_4.3.2.bb	a3350fb80602ff9b8b9cfb0288dd9fac80d1f6a8
+++ packages/gcc/gcc-cross-sdk_4.3.2.bb	e2a276b361c10c453d83333227c0367a9226dd42
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 
 inherit sdk
 
============================================================
--- packages/gcc/gcc-cross_4.3.1.bb	f4fe73c34fb5734ca8e8113f1f456687402753c0
+++ packages/gcc/gcc-cross_4.3.1.bb	fe6a0ff94cb512d358ba66cfdcf2d5d5d7cb2c62
@@ -1,4 +1,4 @@
-PR = "r12"
+PR = "r13"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
============================================================
--- packages/gcc/gcc-cross_4.3.2.bb	4d05146ff56408c2ffc42ec2d3282818182c0c03
+++ packages/gcc/gcc-cross_4.3.2.bb	30aeae625c37e023b360bd2a39007ba125ad4deb
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 require gcc-${PV}.inc
 require gcc-cross4.inc
 require gcc-configure-cross.inc
============================================================
--- packages/gcc/gcc_4.3.1.bb	cce5da15cc45b4faca59b63e812425ecd1093e6d
+++ packages/gcc/gcc_4.3.1.bb	aeecdb1cde760800be9365ab9f22d03fc48bc7ea
@@ -1,4 +1,4 @@
-PR = "r8"
+PR = "r9"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc
============================================================
--- packages/gcc/gcc_4.3.2.bb	b129c606b0e2f1ecfd3c021ed4cbe22c84526a57
+++ packages/gcc/gcc_4.3.2.bb	a3235db9dedca2a025befd3343044c6ff9872093
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 require gcc-${PV}.inc
 require gcc%s
>>> DIFF TRUNCATED @ 16K






More information about the Openembedded-commits mailing list