build system: remove special-casing for extra libs

It is not reliable (tried on three systems, multiple problems).

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2015-10-12 03:12:17 +02:00
parent 2dbbf823ef
commit c8e5ead03a
2 changed files with 11 additions and 22 deletions

View File

@@ -514,14 +514,6 @@ config PIE
Most people will leave this set to 'N'.
config LINK_WITH_PTHREAD
bool "Link with pthread library"
default n
help
On some systems, some libraries (such as crypt) also require pthread.
Select this only if your build otherwise fails.
config NOMMU
bool "Force NOMMU build"
default n