mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
projects/*/options: add option to enable/disable GOLD support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a93bc1a0a6
commit
013c8e8488
@ -85,6 +85,9 @@
|
|||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="yes"
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
|
# GOLD (Google Linker) support
|
||||||
|
GOLD_SUPPORT="yes"
|
||||||
|
|
||||||
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
||||||
BOOTLOADER="syslinux"
|
BOOTLOADER="syslinux"
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="yes"
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
|
# GOLD (Google Linker) support
|
||||||
|
GOLD_SUPPORT="yes"
|
||||||
|
|
||||||
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
||||||
BOOTLOADER="atv-bootloader"
|
BOOTLOADER="atv-bootloader"
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="yes"
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
|
# GOLD (Google Linker) support
|
||||||
|
GOLD_SUPPORT="yes"
|
||||||
|
|
||||||
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
||||||
BOOTLOADER="syslinux"
|
BOOTLOADER="syslinux"
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="yes"
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
|
# GOLD (Google Linker) support
|
||||||
|
GOLD_SUPPORT="yes"
|
||||||
|
|
||||||
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
||||||
BOOTLOADER="syslinux"
|
BOOTLOADER="syslinux"
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="yes"
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
|
# GOLD (Google Linker) support
|
||||||
|
GOLD_SUPPORT="yes"
|
||||||
|
|
||||||
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
||||||
BOOTLOADER="syslinux"
|
BOOTLOADER="syslinux"
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="yes"
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
|
# GOLD (Google Linker) support
|
||||||
|
GOLD_SUPPORT="yes"
|
||||||
|
|
||||||
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
||||||
BOOTLOADER="syslinux"
|
BOOTLOADER="syslinux"
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="yes"
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
|
# GOLD (Google Linker) support
|
||||||
|
GOLD_SUPPORT="yes"
|
||||||
|
|
||||||
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
||||||
BOOTLOADER="syslinux"
|
BOOTLOADER="syslinux"
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="yes"
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
|
# GOLD (Google Linker) support
|
||||||
|
GOLD_SUPPORT="yes"
|
||||||
|
|
||||||
# Bootloader to use (syslinux / u-boot / atv-bootloader / bcm2835-bootloader)
|
# Bootloader to use (syslinux / u-boot / atv-bootloader / bcm2835-bootloader)
|
||||||
BOOTLOADER="bcm2835-bootloader"
|
BOOTLOADER="bcm2835-bootloader"
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="yes"
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
|
# GOLD (Google Linker) support
|
||||||
|
GOLD_SUPPORT="yes"
|
||||||
|
|
||||||
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
||||||
BOOTLOADER="syslinux"
|
BOOTLOADER="syslinux"
|
||||||
|
|
||||||
|
@ -80,6 +80,9 @@
|
|||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="yes"
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
|
# GOLD (Google Linker) support
|
||||||
|
GOLD_SUPPORT="yes"
|
||||||
|
|
||||||
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
||||||
BOOTLOADER="syslinux"
|
BOOTLOADER="syslinux"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user