summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-06-27 13:15:00 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-06-27 13:15:00 (GMT)
commit71d5c495e9885ce175378cc3138f58361532e533 (patch)
tree765743a0e86866a615e069ade7a67715e60ed8c8 /config/cc/gcc.in
parent9c8bde853c0873da0f3e113128a4ba0e6acdc01f (diff)
cc/gcc: add option for linker hash style
Add an option to specify the hash type that gcc will ask the linker to use. It is a provision for the upcoming 4.7, as no version currently supports it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 2971795..a3fe606 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -277,6 +277,11 @@ config CC_GCC_HAS_PKGVERSION_BUGURL
config CC_GCC_HAS_BUILD_ID
bool
+# For the upcoming 4.7 ?
+# None have linker-hash-style support for now...
+config CC_GCC_HAS_LNK_HASH_STYLE
+ bool
+
# Only enable gcc's support for plugins if binutils has it as well
# They are usefull only when doing LTO, but it does no harm enabling
# them even without LTO.