From 288173ce56309b762c11d0e8c11d18c828ed14bc Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 21 Oct 2009 18:08:31 +0200 Subject: [PATCH] config/arch/arm: default to EABI --- config/arch/arm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/arch/arm.in b/config/arch/arm.in index 49470d1e..f1b0c8f1 100644 --- a/config/arch/arm.in +++ b/config/arch/arm.in @@ -15,7 +15,7 @@ config ARCH_arm config ARCH_ARM_EABI bool prompt "Use EABI" - default n + default y help Set up the toolchain so that it generates EABI-compliant binaries.