diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-12-24 11:54:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-12-24 11:54:53 +0100 |
commit | c08a447cbbad4fbf3e85478a69d2f635b369740a (patch) | |
tree | 2bf1dca4a840b1ad35928715567306108115a591 /extra/Configs | |
parent | 015d5b8c1a75b551f7f0215543fac01d55abfc0f (diff) |
GNU hash style support disable for MIPS
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 7dca9e305..a06a17864 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -505,7 +505,7 @@ config UCLIBC_CTOR_DTOR config LDSO_GNU_HASH_SUPPORT bool "Enable GNU hash style support" - depends on HAVE_SHARED + depends on HAVE_SHARED && !TARGET_mips help Newest binutils support a new hash style named GNU-hash. The dynamic linker will use the new GNU-hash section (.gnu.hash) for symbol lookup |