mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #5255 from smp79/master
Remove redundant ARCH specific *FLAGS for x86-64
This commit is contained in:
commit
70c3c5d981
@ -17,8 +17,8 @@
|
||||
TARGET_KERNEL_ARCH=x86
|
||||
|
||||
# setup ARCH specific *FLAGS
|
||||
TARGET_CFLAGS="-march=$TARGET_CPU -m64 -mmmx -msse -msse2 -mfpmath=sse"
|
||||
TARGET_LDFLAGS="-march=$TARGET_CPU -m64"
|
||||
TARGET_CFLAGS="-march=$TARGET_CPU"
|
||||
TARGET_LDFLAGS="-march=$TARGET_CPU"
|
||||
|
||||
# build with SIMD support ( yes / no )
|
||||
TARGET_FEATURES+=" mmx sse sse2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user