annotate sources/patches/gcc-core-unbreak-armv4t.patch @ 1287:7862497b28e0

Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
author Rob Landley <rob@landley.net>
date Sun, 14 Nov 2010 14:45:01 -0600
parents 3116f25406d6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
831
3116f25406d6 Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 --- gcc-4.2.1/gcc/config/arm/linux-eabi.h 2006-02-17 00:29:10.000000000 +0100
3116f25406d6 Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Rob Landley <rob@landley.net>
parents:
diff changeset
2 +++ gcc-4.2.1-patched/gcc/config/arm/linux-eabi.h 2009-09-16 13:34:25.000000000 +0200
3116f25406d6 Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 @@ -45,8 +45,6 @@
3116f25406d6 Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 /* Default to armv5t so that thumb shared libraries work.
3116f25406d6 Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 The ARM10TDMI core is the default for armv5t, so set
3116f25406d6 Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Rob Landley <rob@landley.net>
parents:
diff changeset
6 SUBTARGET_CPU_DEFAULT to achieve this. */
3116f25406d6 Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Rob Landley <rob@landley.net>
parents:
diff changeset
7 -#undef SUBTARGET_CPU_DEFAULT
3116f25406d6 Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Rob Landley <rob@landley.net>
parents:
diff changeset
8 -#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm10tdmi
3116f25406d6 Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Rob Landley <rob@landley.net>
parents:
diff changeset
9
3116f25406d6 Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Rob Landley <rob@landley.net>
parents:
diff changeset
10 #undef SUBTARGET_EXTRA_LINK_SPEC
3116f25406d6 Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Rob Landley <rob@landley.net>
parents:
diff changeset
11 #define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux_eabi"