mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Remove redundant ARCH specific *FLAGS
This commit is contained in:
parent
0166c7ca16
commit
c16261a5b0
@ -10,8 +10,8 @@
|
|||||||
TARGET_KERNEL_ARCH=x86
|
TARGET_KERNEL_ARCH=x86
|
||||||
|
|
||||||
# setup ARCH specific *FLAGS
|
# setup ARCH specific *FLAGS
|
||||||
TARGET_CFLAGS="-march=$TARGET_CPU -m64 -mmmx -msse -msse2 -mfpmath=sse"
|
TARGET_CFLAGS="-march=$TARGET_CPU"
|
||||||
TARGET_LDFLAGS="-march=$TARGET_CPU -m64"
|
TARGET_LDFLAGS="-march=$TARGET_CPU"
|
||||||
|
|
||||||
# build with SIMD support ( yes / no )
|
# build with SIMD support ( yes / no )
|
||||||
TARGET_FEATURES+=" mmx sse sse2"
|
TARGET_FEATURES+=" mmx sse sse2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user