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