update armhfneon recipes

This commit is contained in:
radius 2018-08-15 00:20:51 -05:00
parent 977ab21eba
commit e34c952156
2 changed files with 5 additions and 5 deletions

View File

@ -99,7 +99,7 @@ convert_xmb_assets()
if [ "${CORE_JOB}" == "YES" ]; then
# ----- set target -----
[[ "${ARM_NEON}" ]] && echo 'ARM NEON opts enabled...' && export FORMAT_COMPILER_TARGET="${FORMAT_COMPILER_TARGET}-neon"
[[ "${ARM_NEON}" ]] && echo 'ARM NEON opts enabled...' && export FORMAT_COMPILER_TARGET="${FORMAT_COMPILER_TARGET}-armv-neon"
[[ "${CORTEX_A7}" ]] && echo 'Cortex A7 opts enabled...' && export FORMAT_COMPILER_TARGET="${FORMAT_COMPILER_TARGET}-cortexa7"
[[ "${CORTEX_A8}" ]] && echo 'Cortex A8 opts enabled...' && export FORMAT_COMPILER_TARGET="${FORMAT_COMPILER_TARGET}-cortexa8"
[[ "${CORTEX_A9}" ]] && echo 'Cortex A9 opts enabled...' && export FORMAT_COMPILER_TARGET="${FORMAT_COMPILER_TARGET}-cortexa9"

View File

@ -1,4 +1,4 @@
platform linux
platform linux-armv
PLATFORM linux
MAKEPORTABLE YES
CORE_JOB YES
@ -9,6 +9,6 @@ CC arm-linux-gnueabihf-gcc
CXX arm-linux-gnueabihf-g++
CXX11 arm-linux-gnueabihf-g++
STRIP arm-linux-gnueabihf-strip
ARM_NEON true
CORTEX_A7 true
ARM_HARDFLOAT true
ARM_NEON 1
CORTEX_A7 1
ARM_HARDFLOAT 1