diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-28 21:49:10 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-28 21:49:10 +0000 |
commit | db99dabc6672e7378cee1068d1e488443d718923 (patch) | |
tree | 7ea259295cc872da404ada9deeb697f708097b5f /meta/packages/gcc/gcc-4.3.2/unbreak-armv4t.patch | |
parent | 23d8841f28c06497d7a66e90b0ce2a88601ce627 (diff) | |
download | openembedded-core-db99dabc6672e7378cee1068d1e488443d718923.tar.gz openembedded-core-db99dabc6672e7378cee1068d1e488443d718923.tar.bz2 openembedded-core-db99dabc6672e7378cee1068d1e488443d718923.zip |
gcc: Drop 4.3.1 and 4.3.2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-4.3.2/unbreak-armv4t.patch')
-rw-r--r-- | meta/packages/gcc/gcc-4.3.2/unbreak-armv4t.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/gcc/gcc-4.3.2/unbreak-armv4t.patch b/meta/packages/gcc/gcc-4.3.2/unbreak-armv4t.patch deleted file mode 100644 index b3399abfdb..0000000000 --- a/meta/packages/gcc/gcc-4.3.2/unbreak-armv4t.patch +++ /dev/null @@ -1,12 +0,0 @@ -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" |