830-arm_unbreak_armv4t.patch 473 B

12345678910111213
  1. http://sourceware.org/ml/crossgcc/2008-05/msg00009.html
  2. --- a/gcc/config/arm/linux-eabi.h
  3. +++ b/gcc/config/arm/linux-eabi.h
  4. @@ -45,7 +45,7 @@
  5. The ARM10TDMI core is the default for armv5t, so set
  6. SUBTARGET_CPU_DEFAULT to achieve this. */
  7. #undef SUBTARGET_CPU_DEFAULT
  8. -#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm10tdmi
  9. +#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm9tdmi
  10. /* TARGET_BIG_ENDIAN_DEFAULT is set in
  11. config.gcc for big endian configurations. */