From: Benoît Thébaudeau Date: Sat, 22 Aug 2015 20:01:25 +0000 (+0200) Subject: configs/raspberrypi: use EABIhf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c5f874596b81f18e8763e23205fa3ee646514477;p=buildroot.git configs/raspberrypi: use EABIhf The SoC of the Raspberry Pi 1 is an ARM1176JZF-S, which features a VFPv2 FPU, so use the EABIhf target ABI, which is more efficient than EABI. This is also the default on Raspbian. Signed-off-by: Benoît Thébaudeau Signed-off-by: Thomas Petazzoni --- diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig index af702a3d7d..2d470588fb 100644 --- a/configs/raspberrypi_defconfig +++ b/configs/raspberrypi_defconfig @@ -1,5 +1,6 @@ BR2_arm=y BR2_arm1176jzf_s=y +BR2_ARM_EABIHF=y BR2_TARGET_GENERIC_GETTY_PORT="tty1"