diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index 19252c3af6..8200fd519f 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -88,6 +88,9 @@ # LTO (Link Time Optimization) support LTO_SUPPORT="yes" +# GOLD (Google Linker) support + GOLD_SUPPORT="yes" + # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/ATV/options b/projects/ATV/options index d6a16e93aa..412b4348be 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -88,6 +88,9 @@ # LTO (Link Time Optimization) support LTO_SUPPORT="yes" +# GOLD (Google Linker) support + GOLD_SUPPORT="yes" + # Bootloader to use (syslinux / u-boot / atv-bootloader) # BOOTLOADER="atv-bootloader" disabled for now BOOTLOADER="atv-bootloader" diff --git a/projects/Fusion/options b/projects/Fusion/options index 81409e49e1..7abd2e447d 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -88,6 +88,9 @@ # LTO (Link Time Optimization) support LTO_SUPPORT="yes" +# GOLD (Google Linker) support + GOLD_SUPPORT="yes" + # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/Generic/options b/projects/Generic/options index 67eb8d0d74..ee8833113a 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -88,6 +88,9 @@ # LTO (Link Time Optimization) support LTO_SUPPORT="yes" +# GOLD (Google Linker) support + GOLD_SUPPORT="yes" + # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 8b145bedaa..4861edcf71 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -88,6 +88,9 @@ # LTO (Link Time Optimization) support LTO_SUPPORT="yes" +# GOLD (Google Linker) support + GOLD_SUPPORT="yes" + # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/ION/options b/projects/ION/options index 82e31f313d..6b75595172 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -88,6 +88,9 @@ # LTO (Link Time Optimization) support LTO_SUPPORT="yes" +# GOLD (Google Linker) support + GOLD_SUPPORT="yes" + # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/Intel/options b/projects/Intel/options index 4bd76a596c..1d162b77e5 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -88,6 +88,9 @@ # LTO (Link Time Optimization) support LTO_SUPPORT="yes" +# GOLD (Google Linker) support + GOLD_SUPPORT="yes" + # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/RPi/options b/projects/RPi/options index 147104dcb5..e8f8515686 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -88,6 +88,9 @@ # LTO (Link Time Optimization) support LTO_SUPPORT="yes" +# GOLD (Google Linker) support + GOLD_SUPPORT="yes" + # Bootloader to use (syslinux / u-boot / atv-bootloader / bcm2835-bootloader) BOOTLOADER="bcm2835-bootloader" diff --git a/projects/Ultra/options b/projects/Ultra/options index e4a5455d90..e4455df340 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -88,6 +88,9 @@ # LTO (Link Time Optimization) support LTO_SUPPORT="yes" +# GOLD (Google Linker) support + GOLD_SUPPORT="yes" + # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/Virtual/options b/projects/Virtual/options index 271004532f..7f69a3bce0 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -83,6 +83,9 @@ # LTO (Link Time Optimization) support LTO_SUPPORT="yes" +# GOLD (Google Linker) support + GOLD_SUPPORT="yes" + # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux"