summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in.2
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-05-05 15:59:00 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-05-05 15:59:00 (GMT)
commit1dc3dd91672d2742d294429b8427b548ee2ba85a (patch)
tree2c335867c432bc1522e915b6666e6d04f5573c10 /config/cc/gcc.in.2
parente4828c01d378448d56cfad19fdb8c29247cecd3c (diff)
cc/gcc: add preliminray support for 4.8
This means: - introduce the new symbols for 4.8 - do not always select PPL if graphite is selected Reported-by: "Plotnikov Dmitry" <leitz@ispras.ru> [Dmitry did a preliminray patch to add gcc-4.8 support, which this patch is inspired from] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/cc/gcc.in.2')
-rw-r--r--config/cc/gcc.in.223
1 files changed, 2 insertions, 21 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2
index f445c78..20b70d8 100644
--- a/config/cc/gcc.in.2
+++ b/config/cc/gcc.in.2
@@ -70,20 +70,9 @@ config CC_GCC_SYSTEM_ZLIB
comment "Optimisation features"
+# Defined in config/cc/gcc.in
config CC_GCC_USE_GRAPHITE
- bool
prompt "Enable GRAPHITE loop optimisations"
- default y
- depends on CC_GCC_HAS_GRAPHITE
- select CC_GCC_USE_PPL_CLOOG
- help
- Enable the GRAPHITE loop optimsations.
-
- This requires the PPL and CLooG companion libraries, and
- those will be automatically build for you.
-
- On some systems (eg. Cygwin), PPL and/or CLooG may not
- build properly (yet), so you'll have to say 'N' here.
# The way LTO works is a bit twisted.
# See: http://gcc.gnu.org/wiki/LinkTimeOptimization#Requirements
@@ -95,17 +84,9 @@ config CC_GCC_USE_GRAPHITE
# advantage of it
# Also, only the 4.5 series needs libelf for LTO; 4.6 has dropped
# the dependency.
+# Defined in config/cc/gcc.in
config CC_GCC_USE_LTO
- bool
prompt "Enable LTO"
- default y
- depends on CC_GCC_HAS_LTO
- select CC_GCC_USE_LIBELF if CC_GCC_4_5
- help
- Enable the Link Time Optimisations.
-
- This will require the libelf companion library, and it
- wil be build automatically for you.
#-----------------------------------------------------------------------------
comment "Settings for libraries running on target"