mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
Merge pull request #4414 from CvH/10.0/arm-addons-fixes
build fixes for ARMv7
This commit is contained in:
commit
8e7a9868c2
@ -19,7 +19,7 @@ make_target() {
|
|||||||
arm1176jzf-s)
|
arm1176jzf-s)
|
||||||
make platform=armv6-hardfloat
|
make platform=armv6-hardfloat
|
||||||
;;
|
;;
|
||||||
cortex-a7)
|
cortex-a7|cortex-a8)
|
||||||
make platform=armv7-neon-hardfloat
|
make platform=armv7-neon-hardfloat
|
||||||
;;
|
;;
|
||||||
cortex-a9|*cortex-a53|cortex-a17)
|
cortex-a9|*cortex-a53|cortex-a17)
|
||||||
|
@ -23,7 +23,7 @@ pre_configure_target() {
|
|||||||
arm1176jzf-s)
|
arm1176jzf-s)
|
||||||
PKG_MAKE_OPTS_TARGET="platform=armv6-hardfloat-$TARGET_CPU"
|
PKG_MAKE_OPTS_TARGET="platform=armv6-hardfloat-$TARGET_CPU"
|
||||||
;;
|
;;
|
||||||
cortex-a7|cortex-a9)
|
cortex-a7|cortex-a8|cortex-a9)
|
||||||
PKG_MAKE_OPTS_TARGET="platform=armv7-neon-hardfloat-$TARGET_CPU"
|
PKG_MAKE_OPTS_TARGET="platform=armv7-neon-hardfloat-$TARGET_CPU"
|
||||||
;;
|
;;
|
||||||
*cortex-a53|cortex-a17)
|
*cortex-a53|cortex-a17)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user