From 1168a138447f34829e613858a2c4829dad1e6e19 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 19 May 2013 10:30:06 +0200 Subject: [PATCH] projects/*/options: reenable GOLD support Signed-off-by: Stephan Raue --- projects/ARCTIC_MC/options | 2 +- projects/ATV/options | 2 +- projects/Fusion/options | 2 +- projects/Generic/options | 2 +- projects/Generic_OSS/options | 2 +- projects/ION/options | 2 +- projects/Intel/options | 2 +- projects/RPi/options | 2 +- projects/Ultra/options | 2 +- projects/Virtual/options | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index 73055f690b..16d4e46e90 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="no" + GOLD_SUPPORT="yes" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/ATV/options b/projects/ATV/options index a9284513a6..32d0a3ee6d 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="no" + GOLD_SUPPORT="yes" # 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 ee8e8679fa..a199f4c431 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="no" + GOLD_SUPPORT="yes" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/Generic/options b/projects/Generic/options index 4b06a5411e..47a72e16a3 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="no" + 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 83e609fcbe..96602a8f18 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="no" + GOLD_SUPPORT="yes" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/ION/options b/projects/ION/options index b68d4d0fe6..1bf1b1cbdf 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="no" + GOLD_SUPPORT="yes" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/Intel/options b/projects/Intel/options index 77559143c2..2a5f2594fb 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="no" + GOLD_SUPPORT="yes" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/RPi/options b/projects/RPi/options index a7f387638d..14e015b777 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="no" + 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 cf2892c441..674fea0199 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -89,7 +89,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="no" + GOLD_SUPPORT="yes" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux" diff --git a/projects/Virtual/options b/projects/Virtual/options index debdd8cfda..1ba287436e 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -84,7 +84,7 @@ LTO_SUPPORT="yes" # GOLD (Google Linker) support - GOLD_SUPPORT="no" + GOLD_SUPPORT="yes" # Bootloader to use (syslinux / u-boot / atv-bootloader) BOOTLOADER="syslinux"