mirror of
https://github.com/libretro/libretro-super
synced 2025-04-10 03:44:14 +00:00
commit
a51c6061d6
@ -100,6 +100,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"
|
||||
[[ "${CORTEX_A8}" ]] && 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"
|
||||
[[ "${ARM_HARDFLOAT}" ]] && echo 'ARM hardfloat ABI enabled...' && export FORMAT_COMPILER_TARGET="${FORMAT_COMPILER_TARGET}-hardfloat"
|
||||
|
@ -1,4 +1,4 @@
|
||||
platform armv-neon-hardfloat-cortex-a7-linux
|
||||
platform linux
|
||||
PLATFORM linux
|
||||
MAKEPORTABLE YES
|
||||
CORE_JOB YES
|
||||
@ -9,3 +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
|
||||
|
Loading…
x
Reference in New Issue
Block a user