projects/*/options: (temporary) disable gold and lto support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-31 09:59:04 +01:00
parent 39e28c9d8a
commit 45438718b5
7 changed files with 14 additions and 14 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"