# HG changeset patch # User "Yann E. MORIN" # Date 1256141311 -7200 # Node ID 1fd08b889aa310f1ccedbe4395ccbeffc9279c08 # Parent f8143840971d9619f7dd9e27bf4562861a0d99e9 config/arch/arm: default to EABI diff -r f8143840971d -r 1fd08b889aa3 config/arch/arm.in --- a/config/arch/arm.in Mon Oct 12 19:31:50 2009 +0200 +++ b/config/arch/arm.in Wed Oct 21 18:08:31 2009 +0200 @@ -15,7 +15,7 @@ config ARCH_ARM_EABI bool prompt "Use EABI" - default n + default y help Set up the toolchain so that it generates EABI-compliant binaries.