aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-2.6.31/babbage/0001-Revert-ENGR00119267-revert-to-gcc-4.1.2-toolchain.patch
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2010-09-02 23:20:24 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2010-09-02 23:20:24 +0200
commit261676fed0818a60a6f5b4dc781235cc6c49ba86 (patch)
treeb720d1250bc86d892d3ab56449941634c2dce47b /recipes/linux/linux-2.6.31/babbage/0001-Revert-ENGR00119267-revert-to-gcc-4.1.2-toolchain.patch
parenta1e06cb16de9b4d540257ef99261d1b78c4731b4 (diff)
parent66bff3a9a8628689f63e6760f3cfff48304b281d (diff)
downloadopenembedded-261676fed0818a60a6f5b4dc781235cc6c49ba86.tar.gz
Merge branch 'imx' into org.openembedded.dev
Diffstat (limited to 'recipes/linux/linux-2.6.31/babbage/0001-Revert-ENGR00119267-revert-to-gcc-4.1.2-toolchain.patch')
-rw-r--r--recipes/linux/linux-2.6.31/babbage/0001-Revert-ENGR00119267-revert-to-gcc-4.1.2-toolchain.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.31/babbage/0001-Revert-ENGR00119267-revert-to-gcc-4.1.2-toolchain.patch b/recipes/linux/linux-2.6.31/babbage/0001-Revert-ENGR00119267-revert-to-gcc-4.1.2-toolchain.patch
new file mode 100644
index 0000000000..80f0d0d193
--- /dev/null
+++ b/recipes/linux/linux-2.6.31/babbage/0001-Revert-ENGR00119267-revert-to-gcc-4.1.2-toolchain.patch
@@ -0,0 +1,26 @@
+From 1305372dfce86160fe103de0f4bd86d37d3fec4a Mon Sep 17 00:00:00 2001
+From: =?utf-8?q?Micka=C3=ABl=20Chazaux?= <mchazaux@adeneo-embedded.com>
+Date: Tue, 4 May 2010 10:19:26 +0200
+Subject: [PATCH] Revert "ENGR00119267 revert to gcc 4.1.2 toolchain"
+
+This reverts commit a93beb448c82402736aaac2db070df7f17e9b0ad.
+---
+ arch/arm/Makefile | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/arch/arm/Makefile b/arch/arm/Makefile
+index d22dff6..c72dea4 100644
+--- a/arch/arm/Makefile
++++ b/arch/arm/Makefile
+@@ -50,7 +50,7 @@ comma = ,
+ # Note that GCC does not numerically define an architecture version
+ # macro, but instead defines a whole series of macros which makes
+ # testing for a specific architecture or later rather impossible.
+-arch-$(CONFIG_CPU_32v7) :=-D__LINUX_ARM_ARCH__=7 $(call cc-option,-march=armv7a,-march=armv5t -Wa$(comma)-march=armv7a)
++arch-$(CONFIG_CPU_32v7) :=-D__LINUX_ARM_ARCH__=7 $(call cc-option,-march=armv7-a,-march=armv5t -Wa$(comma)-march=armv7-a)
+ arch-$(CONFIG_CPU_32v6) :=-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6,-march=armv5t -Wa$(comma)-march=armv6)
+ # Only override the compiler option if ARMv6. The ARMv6K extensions are
+ # always available in ARMv7
+--
+1.6.3.3
+