The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gcc / 4.7.4 / 830-arm_unbreak_armv4t.patch
1 http://sourceware.org/ml/crossgcc/2008-05/msg00009.html
2
3 --- a/gcc/config/arm/linux-eabi.h
4 +++ b/gcc/config/arm/linux-eabi.h
5 @@ -45,7 +45,7 @@
6     The ARM10TDMI core is the default for armv5t, so set
7     SUBTARGET_CPU_DEFAULT to achieve this.  */
8  #undef  SUBTARGET_CPU_DEFAULT
9 -#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm10tdmi
10 +#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm9tdmi
11  
12  /* TARGET_BIG_ENDIAN_DEFAULT is set in
13     config.gcc for big endian configurations.  */