diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-16 10:03:19 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-16 15:39:59 +0200 |
commit | d2dc7be318557412a553fae6647495de66dd0e66 (patch) | |
tree | 1ac93c1ab9d65a609e7aedadd021c3a9f94090cf | |
parent | 8211ee3c596fe6f8338110b1d94e600b67ce5e17 (diff) |
configs: use new EABIhf option for beaglebone_defconfig
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | configs/beaglebone_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index a14132025..d6b5c3180 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -1,8 +1,7 @@ # architecture BR2_arm=y BR2_cortex_a8=y -BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-fpu=vfpv3 --with-float=hard" -# BR2_SOFT_FLOAT is not set +BR2_ARM_EABIHF=y # system BR2_TARGET_GENERIC_HOSTNAME="beaglebone" |