From c8e5ead03ac97da5b8a864481c8a790cfe8dfe4d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 12 Oct 2015 03:12:17 +0200 Subject: build system: remove special-casing for extra libs It is not reliable (tried on three systems, multiple problems). Signed-off-by: Denys Vlasenko --- Config.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 11371c783..07b4bf36b 100644 --- a/Config.in +++ b/Config.in @@ -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 -- cgit v1.2.3