소스 검색

GNU hash style support disable for MIPS

Waldemar Brodkorb 5 년 전
부모
커밋
c08a447cbb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
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