From 45438718b5d5fd9ace66dd46d751f76e0164820f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 31 Oct 2011 09:59:04 +0100 Subject: [PATCH] projects/*/options: (temporary) disable gold and lto support Signed-off-by: Stephan Raue --- projects/ATV/options | 4 ++-- projects/Fusion/options | 4 ++-- projects/Generic/options | 4 ++-- projects/Generic_OSS/options | 4 ++-- projects/ION/options | 4 ++-- projects/Intel/options | 4 ++-- projects/Ultra/options | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/projects/ATV/options b/projects/ATV/options index 22d08d354a..dc3774ab8e 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -78,10 +78,10 @@ PROJECT_CFLAGS="" # LTO (Link Time Optimazion) support - LTO_SUPPORT="yes" + LTO_SUPPORT="no" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Graphite Support GRAPHITE_SUPPORT="yes" diff --git a/projects/Fusion/options b/projects/Fusion/options index a8001ca3c1..deec81c57a 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -78,10 +78,10 @@ PROJECT_CFLAGS="-mfpmath=sse -msse2" # -mssse3 removed for Llano compatibility # LTO (Link Time Optimazion) support - LTO_SUPPORT="yes" + LTO_SUPPORT="no" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Graphite Support GRAPHITE_SUPPORT="yes" diff --git a/projects/Generic/options b/projects/Generic/options index a8b0946d91..a9be35fadf 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -78,10 +78,10 @@ PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse" # LTO (Link Time Optimazion) support - LTO_SUPPORT="yes" + LTO_SUPPORT="no" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Graphite Support GRAPHITE_SUPPORT="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 2dcfdbef84..d37b1496eb 100644 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -78,10 +78,10 @@ PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse" # LTO (Link Time Optimazion) support - LTO_SUPPORT="yes" + LTO_SUPPORT="no" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Graphite Support GRAPHITE_SUPPORT="yes" diff --git a/projects/ION/options b/projects/ION/options index 700677dc97..c733229e8b 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -78,10 +78,10 @@ PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3 -mmovbe" # LTO (Link Time Optimazion) support - LTO_SUPPORT="yes" + LTO_SUPPORT="no" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Graphite Support GRAPHITE_SUPPORT="yes" diff --git a/projects/Intel/options b/projects/Intel/options index 5562865a95..e38b715bf4 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -78,10 +78,10 @@ PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3" # LTO (Link Time Optimazion) support - LTO_SUPPORT="yes" + LTO_SUPPORT="no" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Graphite Support GRAPHITE_SUPPORT="yes" diff --git a/projects/Ultra/options b/projects/Ultra/options index 534aef2e73..b449b026b1 100644 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -78,10 +78,10 @@ PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3 -mmovbe" # LTO (Link Time Optimazion) support - LTO_SUPPORT="yes" + LTO_SUPPORT="no" # GOLD (Google Linker) support - GOLD_SUPPORT="yes" + GOLD_SUPPORT="no" # Graphite Support GRAPHITE_SUPPORT="yes"