mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/generic: move cflags to arch.x86_64
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
c055a512de
commit
2f7d146390
@ -10,7 +10,7 @@
|
|||||||
TARGET_KERNEL_ARCH=x86
|
TARGET_KERNEL_ARCH=x86
|
||||||
|
|
||||||
# setup ARCH specific *FLAGS
|
# setup ARCH specific *FLAGS
|
||||||
TARGET_CFLAGS="-march=$TARGET_CPU -m64"
|
TARGET_CFLAGS="-march=$TARGET_CPU -m64 -mmmx -msse -msse2 -mfpmath=sse"
|
||||||
TARGET_LDFLAGS="-march=$TARGET_CPU -m64"
|
TARGET_LDFLAGS="-march=$TARGET_CPU -m64"
|
||||||
|
|
||||||
# build with SIMD support ( yes / no )
|
# build with SIMD support ( yes / no )
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
PROJECT_CFLAGS=""
|
||||||
|
|
||||||
# SquashFS compression method (gzip / lzo / xz / zstd)
|
# SquashFS compression method (gzip / lzo / xz / zstd)
|
||||||
SQUASHFS_COMPRESSION="gzip"
|
SQUASHFS_COMPRESSION="gzip"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user