mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
GCC 4.9 has support for armv7ve
This commit is contained in:
parent
5cc415e4d8
commit
82d79093af
@ -32,12 +32,9 @@
|
|||||||
SIMD_SUPPORT="no"
|
SIMD_SUPPORT="no"
|
||||||
;;
|
;;
|
||||||
cortex-a7|cortex-a15)
|
cortex-a7|cortex-a15)
|
||||||
TARGET_SUBARCH=armv7-a
|
TARGET_SUBARCH=armv7ve
|
||||||
TARGET_ABI=eabi
|
TARGET_ABI=eabi
|
||||||
# It's not currently possible to specify the exact architecture variant (-mcpu)
|
TARGET_EXTRA_FLAGS="-mcpu=$TARGET_CPU"
|
||||||
# that A7/A15 supports in the command line so use -mtune here.
|
|
||||||
# see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57907
|
|
||||||
TARGET_EXTRA_FLAGS="-mtune=$TARGET_CPU"
|
|
||||||
TARGET_FPU_FLAGS="-mfloat-abi=$TARGET_FLOAT -mfpu=$TARGET_FPU"
|
TARGET_FPU_FLAGS="-mfloat-abi=$TARGET_FLOAT -mfpu=$TARGET_FPU"
|
||||||
SIMD_SUPPORT="yes"
|
SIMD_SUPPORT="yes"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user