summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in.2
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-19 15:01:40 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-19 15:01:40 (GMT)
commitad7ebf321927b51ae80ea618bfdf1b0909f55acd (patch)
tree8c757fe689b07c0c872fbbb916f98eba55ad9cea /config/cc/gcc.in.2
parent67d96ea16f57ef0994fd78e6a14ecd2eaa743c37 (diff)
cc/gcc: prepare for upcoming 4.6
gcc 4.6 will no longer depend on libelf. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/cc/gcc.in.2')
-rw-r--r--config/cc/gcc.in.23
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2
index bcb8d1f..fb4fa61 100644
--- a/config/cc/gcc.in.2
+++ b/config/cc/gcc.in.2
@@ -32,7 +32,8 @@ config CC_GCC_USE_GRAPHITE
# - if binutils does not have plugins: LTO is handled by collect2
# In any case, LTO support does not depend on plugins, but takes
# advantage of it
-# Also, only the 4.5 series needs libelf for LTO
+# Also, only the 4.5 series needs libelf for LTO; 4.6 has dropped
+# the dependency.
config CC_GCC_USE_LTO
bool
prompt "Enable LTO"