Skip to content

Commit

Permalink
angstrom-next: Switch beaglebone and beagleboard to use hardfp ABI
Browse files Browse the repository at this point in the history
whichever machine wants and can support hardfp should be adding there
tune flags here too.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Mar 25, 2013
1 parent 43d4060 commit 0f9a2f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/distro/angstrom-next.conf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_VERSION}"
PREFERRED_VERSION_nativesdk-linux-libc-headers = "${LINUX_LIBC_HEADERS_VERSION}" PREFERRED_VERSION_nativesdk-linux-libc-headers = "${LINUX_LIBC_HEADERS_VERSION}"



# Blackfin has its on gcc # Blackfin has its on gcc
ANGSTROM_GCC_VERSION_bfin = "4.1.2" ANGSTROM_GCC_VERSION_bfin = "4.1.2"


Expand Down Expand Up @@ -110,7 +109,8 @@ require conf/distro/include/angstrom.inc


# Toolchain virtuals: # Toolchain virtuals:
require conf/distro/include/toolchain-${TOOLCHAIN_TYPE}.inc 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 # Set DISTRO_FEED_CONFIGS to our config var, assigned in the above .inc
DISTRO_FEED_CONFIGS = "${ANGSTROM_FEED_CONFIGS}" DISTRO_FEED_CONFIGS = "${ANGSTROM_FEED_CONFIGS}"


Expand Down
2 changes: 2 additions & 0 deletions conf/distro/include/arm-defaults.inc
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,2 @@
DEFAULTTUNE_beagleboard = "cortexa8hf-neon"
DEFAULTTUNE_beaglebone = "cortexa8hf-neon"

0 comments on commit 0f9a2f0

Please sign in to comment.