summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.2.1/unbreak-armv4t.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-07-25 09:38:17 +0000
committerKoen Kooi <koen@openembedded.org>2007-07-25 09:38:17 +0000
commit13c7e0fe360929acfa735a3fd2311fc7c3e525fb (patch)
tree29afba9430409b3a07a3eaa7ce8fe56f45323a4f /packages/gcc/gcc-4.2.1/unbreak-armv4t.patch
parent18f6eeb628dac02298fbb2d26152b93a3ab6f4a1 (diff)
gcc: 4.2.0 has a bug, so replace it with 4.2.1
* one minor uclibc patch needs to get refreshed, but we can nick that from buildroot in a few days
Diffstat (limited to 'packages/gcc/gcc-4.2.1/unbreak-armv4t.patch')
-rw-r--r--packages/gcc/gcc-4.2.1/unbreak-armv4t.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.2.1/unbreak-armv4t.patch b/packages/gcc/gcc-4.2.1/unbreak-armv4t.patch
new file mode 100644
index 0000000000..b3399abfdb
--- /dev/null
+++ b/packages/gcc/gcc-4.2.1/unbreak-armv4t.patch
@@ -0,0 +1,12 @@
+diff -urN gcc-4.1.1/gcc/config/arm/linux-eabi.h gcc-4.1.1-arm9tdmi/gcc/config/arm/linux-eabi.h
+--- gcc-4.1.1/gcc/config/arm/linux-eabi.h 2006-10-22 11:11:49.000000000 -0700
++++ gcc-4.1.1-arm9tdmi/gcc/config/arm/linux-eabi.h 2006-10-24 21:34:01.000000000 -0700
+@@ -45,7 +45,7 @@
+ The ARM10TDMI core is the default for armv5t, so set
+ SUBTARGET_CPU_DEFAULT to achieve this. */
+ #undef SUBTARGET_CPU_DEFAULT
+-#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm10tdmi
++#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm9tdmi
+
+ #undef SUBTARGET_EXTRA_LINK_SPEC
+ #define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux_eabi"