angstrom-next: Switch beaglebone and beagleboard to use hardfp ABI
whichever machine wants and can support hardfp should be adding there tune flags here too. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -57,7 +57,6 @@ PREFERRED_VERSION_linux-libc-headers = "${LINUX_LIBC_HEADERS_VERSION}"
|
||||
PREFERRED_VERSION_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_VERSION}"
|
||||
PREFERRED_VERSION_nativesdk-linux-libc-headers = "${LINUX_LIBC_HEADERS_VERSION}"
|
||||
|
||||
|
||||
# Blackfin has its on gcc
|
||||
ANGSTROM_GCC_VERSION_bfin = "4.1.2"
|
||||
|
||||
@@ -110,7 +109,8 @@ require conf/distro/include/angstrom.inc
|
||||
|
||||
# Toolchain virtuals:
|
||||
require conf/distro/include/toolchain-${TOOLCHAIN_TYPE}.inc
|
||||
|
||||
# Processor specific tunes like hard float ABI
|
||||
include conf/distro/include/${TARGET_ARCH}-defaults.inc
|
||||
# Set DISTRO_FEED_CONFIGS to our config var, assigned in the above .inc
|
||||
DISTRO_FEED_CONFIGS = "${ANGSTROM_FEED_CONFIGS}"
|
||||
|
||||
|
||||
2
conf/distro/include/arm-defaults.inc
Normal file
2
conf/distro/include/arm-defaults.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
DEFAULTTUNE_beagleboard = "cortexa8hf-neon"
|
||||
DEFAULTTUNE_beaglebone = "cortexa8hf-neon"
|
||||
Reference in New Issue
Block a user