Browse Source

allow people to build shared/ldso but disable threads

Mike Frysinger 19 years ago
parent
commit
a8ed82a853
1 changed files with 1 additions and 2 deletions
  1. 1 2
      extra/Configs/Config.x86_64

+ 1 - 2
extra/Configs/Config.x86_64

@@ -6,8 +6,7 @@
 config HAVE_ELF
 	bool
 	select ARCH_HAS_MMU
-	select HAVE_NO_SHARED
-	select ARCH_HAS_NO_LDSO
+	select HAS_NO_THREADS
 	default y
 
 config TARGET_ARCH