From: Linus Walleij Date: Wed, 27 Nov 2013 09:02:57 +0000 (+0100) Subject: ARM: versatile: build using EABI X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ed84166ac05476fbd45f22050eff2a28866290ab;p=linux.git ARM: versatile: build using EABI This should work just fine on this purely v5 platform, so let's config it for EABI by default. Signed-off-by: Linus Walleij --- diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index bb83c099d5a6c..6d4c2df44c9cb 100644 --- a/arch/arm/configs/versatile_defconfig +++ b/arch/arm/configs/versatile_defconfig @@ -8,6 +8,8 @@ CONFIG_MODULE_UNLOAD=y CONFIG_PARTITION_ADVANCED=y CONFIG_ARCH_VERSATILE=y CONFIG_MACH_VERSATILE_AB=y +CONFIG_AEABI=y +CONFIG_OABI_COMPAT=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE="root=1f03 mem=32M"