summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/cc/gcc.in3
-rw-r--r--config/cc/gcc.in.21
2 files changed, 2 insertions, 2 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 98936f5..dd65b2c 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -281,6 +281,7 @@ config CC_GCC_4_7
select CC_GCC_HAS_LTO
select CC_GCC_HAS_PKGVERSION_BUGURL
select CC_GCC_HAS_BUILD_ID
+ select CC_GCC_HAS_LNK_HASH_STYLE
config CC_GCC_4_7_or_later
bool
@@ -306,8 +307,6 @@ 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
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2
index 41f2be1..807c6f9 100644
--- a/config/cc/gcc.in.2
+++ b/config/cc/gcc.in.2
@@ -229,6 +229,7 @@ choice CC_GCC_LNK_HASH_STYLE_CHOICE
bool
prompt "linker hash style"
depends on CC_GCC_HAS_LNK_HASH_STYLE
+ depends on BINUTILS_HAS_HASH_STYLE
config CC_GCC_LNK_HASH_STYLE_DEFAULT
bool