diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index 16d4e46e90..73055f690b 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/ATV/options b/projects/ATV/options index 32d0a3ee6d..a9284513a6 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Bootloader to use (syslinux / u-boot / atv-bootloader) # BOOTLOADER="atv-bootloader" disabled for now diff --git a/projects/Fusion/options b/projects/Fusion/options index a199f4c431..ee8e8679fa 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/Generic/options b/projects/Generic/options index 47a72e16a3..4b06a5411e 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 96602a8f18..83e609fcbe 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/ION/options b/projects/ION/options index 1bf1b1cbdf..b68d4d0fe6 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/Intel/options b/projects/Intel/options index 2a5f2594fb..77559143c2 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/RPi/options b/projects/RPi/options index 14e015b777..a7f387638d 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Bootloader to use (syslinux / u-boot / atv-bootloader / bcm2835-bootloader) BOOTLOADER="bcm2835-bootloader" diff --git a/projects/Ultra/options b/projects/Ultra/options index 674fea0199..cf2892c441 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/Virtual/options b/projects/Virtual/options index 1ba287436e..debdd8cfda 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -84,7 +84,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux"