aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.6-linaro/830-arm_unbreak_armv4t.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-10 21:10:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-10 21:10:53 +0000
commit4145445ff6b0d5e2367472d919d274bf61cb1253 (patch)
treed8fb3a5b033e4f3a4bc97e33ed5f4f756518169d /toolchain/gcc/patches/4.6-linaro/830-arm_unbreak_armv4t.patch
parente759507ac8e84e8ff6e5c7cf4e2b9a7c97f9a5b2 (diff)
downloadmaster-187ad058-4145445ff6b0d5e2367472d919d274bf61cb1253.tar.gz
master-187ad058-4145445ff6b0d5e2367472d919d274bf61cb1253.tar.bz2
master-187ad058-4145445ff6b0d5e2367472d919d274bf61cb1253.zip
gcc: remove version 4.6, it is no longer needed
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47443 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.6-linaro/830-arm_unbreak_armv4t.patch')
-rw-r--r--toolchain/gcc/patches/4.6-linaro/830-arm_unbreak_armv4t.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/gcc/patches/4.6-linaro/830-arm_unbreak_armv4t.patch b/toolchain/gcc/patches/4.6-linaro/830-arm_unbreak_armv4t.patch
deleted file mode 100644
index 7e2ed6987b..0000000000
--- a/toolchain/gcc/patches/4.6-linaro/830-arm_unbreak_armv4t.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://sourceware.org/ml/crossgcc/2008-05/msg00009.html
-
---- a/gcc/config/arm/linux-eabi.h
-+++ b/gcc/config/arm/linux-eabi.h
-@@ -46,7 +46,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
-
- /* TARGET_BIG_ENDIAN_DEFAULT is set in
- config.gcc for big endian configurations. */