mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
buildsys: move build options to distrobutions/*/options
This commit is contained in:
parent
087b6688e7
commit
e2dd1e7bd1
@ -1,3 +1,12 @@
|
|||||||
|
# Build optimizations (size/normal)
|
||||||
|
OPTIMIZATIONS="size"
|
||||||
|
|
||||||
|
# LTO (Link Time Optimization) support
|
||||||
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
|
# GOLD (Google Linker) support
|
||||||
|
GOLD_SUPPORT="yes"
|
||||||
|
|
||||||
# Name of the Distro to build (full name, without special characters)
|
# Name of the Distro to build (full name, without special characters)
|
||||||
DISTRONAME="LibreELEC"
|
DISTRONAME="LibreELEC"
|
||||||
|
|
||||||
|
@ -44,18 +44,9 @@
|
|||||||
# setup build defaults
|
# setup build defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Build optimizations (size/normal)
|
|
||||||
OPTIMIZATIONS="size"
|
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
||||||
|
|
||||||
# LTO (Link Time Optimization) support
|
|
||||||
LTO_SUPPORT="yes"
|
|
||||||
|
|
||||||
# GOLD (Google Linker) support
|
|
||||||
GOLD_SUPPORT="yes"
|
|
||||||
|
|
||||||
# SquashFS compression method (gzip / lzo / xz)
|
# SquashFS compression method (gzip / lzo / xz)
|
||||||
SQUASHFS_COMPRESSION="gzip"
|
SQUASHFS_COMPRESSION="gzip"
|
||||||
|
|
||||||
|
@ -50,18 +50,9 @@
|
|||||||
# setup build defaults
|
# setup build defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Build optimizations (size/normal)
|
|
||||||
OPTIMIZATIONS="size"
|
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS=""
|
PROJECT_CFLAGS=""
|
||||||
|
|
||||||
# LTO (Link Time Optimization) support
|
|
||||||
LTO_SUPPORT="yes"
|
|
||||||
|
|
||||||
# GOLD (Google Linker) support
|
|
||||||
GOLD_SUPPORT="yes"
|
|
||||||
|
|
||||||
# SquashFS compression method (gzip / lzo / xz)
|
# SquashFS compression method (gzip / lzo / xz)
|
||||||
SQUASHFS_COMPRESSION="lzo"
|
SQUASHFS_COMPRESSION="lzo"
|
||||||
|
|
||||||
|
@ -69,18 +69,9 @@
|
|||||||
# setup build defaults
|
# setup build defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Build optimizations (size/normal)
|
|
||||||
OPTIMIZATIONS="size"
|
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS=""
|
PROJECT_CFLAGS=""
|
||||||
|
|
||||||
# LTO (Link Time Optimization) support
|
|
||||||
LTO_SUPPORT="yes"
|
|
||||||
|
|
||||||
# GOLD (Google Linker) support
|
|
||||||
GOLD_SUPPORT="yes"
|
|
||||||
|
|
||||||
# SquashFS compression method (gzip / lzo / xz)
|
# SquashFS compression method (gzip / lzo / xz)
|
||||||
SQUASHFS_COMPRESSION="lzo"
|
SQUASHFS_COMPRESSION="lzo"
|
||||||
|
|
||||||
|
@ -69,18 +69,9 @@
|
|||||||
# setup build defaults
|
# setup build defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Build optimizations (size/normal)
|
|
||||||
OPTIMIZATIONS="size"
|
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS=""
|
PROJECT_CFLAGS=""
|
||||||
|
|
||||||
# LTO (Link Time Optimization) support
|
|
||||||
LTO_SUPPORT="yes"
|
|
||||||
|
|
||||||
# GOLD (Google Linker) support
|
|
||||||
GOLD_SUPPORT="yes"
|
|
||||||
|
|
||||||
# SquashFS compression method (gzip / lzo / xz)
|
# SquashFS compression method (gzip / lzo / xz)
|
||||||
SQUASHFS_COMPRESSION="lzo"
|
SQUASHFS_COMPRESSION="lzo"
|
||||||
|
|
||||||
|
@ -44,18 +44,9 @@
|
|||||||
# setup build defaults
|
# setup build defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Build optimizations (size/normal)
|
|
||||||
OPTIMIZATIONS="size"
|
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
||||||
|
|
||||||
# LTO (Link Time Optimization) support
|
|
||||||
LTO_SUPPORT="yes"
|
|
||||||
|
|
||||||
# GOLD (Google Linker) support
|
|
||||||
GOLD_SUPPORT="yes"
|
|
||||||
|
|
||||||
# SquashFS compression method (gzip / lzo / xz)
|
# SquashFS compression method (gzip / lzo / xz)
|
||||||
SQUASHFS_COMPRESSION="gzip"
|
SQUASHFS_COMPRESSION="gzip"
|
||||||
|
|
||||||
|
@ -71,18 +71,9 @@
|
|||||||
# setup build defaults
|
# setup build defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Build optimizations (size/normal)
|
|
||||||
OPTIMIZATIONS="size"
|
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS=""
|
PROJECT_CFLAGS=""
|
||||||
|
|
||||||
# LTO (Link Time Optimization) support
|
|
||||||
LTO_SUPPORT="yes"
|
|
||||||
|
|
||||||
# GOLD (Google Linker) support
|
|
||||||
GOLD_SUPPORT="yes"
|
|
||||||
|
|
||||||
# SquashFS compression method (gzip / lzo / xz)
|
# SquashFS compression method (gzip / lzo / xz)
|
||||||
SQUASHFS_COMPRESSION="lzo"
|
SQUASHFS_COMPRESSION="lzo"
|
||||||
|
|
||||||
|
@ -58,18 +58,9 @@
|
|||||||
# setup build defaults
|
# setup build defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Build optimizations (size/normal)
|
|
||||||
OPTIMIZATIONS="size"
|
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS=""
|
PROJECT_CFLAGS=""
|
||||||
|
|
||||||
# LTO (Link Time Optimization) support
|
|
||||||
LTO_SUPPORT="yes"
|
|
||||||
|
|
||||||
# GOLD (Google Linker) support
|
|
||||||
GOLD_SUPPORT="yes"
|
|
||||||
|
|
||||||
# SquashFS compression method (gzip / lzo / xz)
|
# SquashFS compression method (gzip / lzo / xz)
|
||||||
SQUASHFS_COMPRESSION="lzo"
|
SQUASHFS_COMPRESSION="lzo"
|
||||||
|
|
||||||
|
@ -65,18 +65,9 @@
|
|||||||
# setup build defaults
|
# setup build defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Build optimizations (size/normal)
|
|
||||||
OPTIMIZATIONS="size"
|
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS=""
|
PROJECT_CFLAGS=""
|
||||||
|
|
||||||
# LTO (Link Time Optimization) support
|
|
||||||
LTO_SUPPORT="yes"
|
|
||||||
|
|
||||||
# GOLD (Google Linker) support
|
|
||||||
GOLD_SUPPORT="yes"
|
|
||||||
|
|
||||||
# SquashFS compression method (gzip / lzo / xz)
|
# SquashFS compression method (gzip / lzo / xz)
|
||||||
SQUASHFS_COMPRESSION="lzo"
|
SQUASHFS_COMPRESSION="lzo"
|
||||||
|
|
||||||
|
@ -76,18 +76,9 @@
|
|||||||
# setup build defaults
|
# setup build defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Build optimizations (size/normal)
|
|
||||||
OPTIMIZATIONS="size"
|
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS=""
|
PROJECT_CFLAGS=""
|
||||||
|
|
||||||
# LTO (Link Time Optimization) support
|
|
||||||
LTO_SUPPORT="yes"
|
|
||||||
|
|
||||||
# GOLD (Google Linker) support
|
|
||||||
GOLD_SUPPORT="yes"
|
|
||||||
|
|
||||||
# SquashFS compression method (gzip / lzo / xz)
|
# SquashFS compression method (gzip / lzo / xz)
|
||||||
SQUASHFS_COMPRESSION="gzip"
|
SQUASHFS_COMPRESSION="gzip"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user