diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index 86f1a39019..ca0db02e92 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -85,6 +85,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 3c9b39e612..50d239b0b0 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -85,6 +85,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" diff --git a/projects/Fusion/options b/projects/Fusion/options index 6d59fc364f..d1e2cca266 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -85,6 +85,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 79b197b113..ce4f6474ef 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -85,6 +85,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 5f1dcde26e..989b539b8f 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -85,6 +85,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 5b7e8c2ede..036b254b92 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -85,6 +85,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 cb62033bb2..cdffae83ec 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -85,6 +85,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 5a38c60c02..163f951f77 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -85,6 +85,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 cebba05d6f..fa03c49183 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -85,6 +85,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 4d5e652c50..fb3cec96a4 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -80,6 +80,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"