diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-12 03:12:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-12 03:12:17 +0200 |
commit | c8e5ead03ac97da5b8a864481c8a790cfe8dfe4d (patch) | |
tree | 68b49cc0e7bf184c32613637e8d53ae04fe39b2a /Config.in | |
parent | 2dbbf823efe2e74458d5927e6b21310d72266b0f (diff) | |
download | busybox-w32-c8e5ead03ac97da5b8a864481c8a790cfe8dfe4d.tar.gz busybox-w32-c8e5ead03ac97da5b8a864481c8a790cfe8dfe4d.tar.bz2 busybox-w32-c8e5ead03ac97da5b8a864481c8a790cfe8dfe4d.zip |
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>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -514,14 +514,6 @@ config PIE | |||
514 | 514 | ||
515 | Most people will leave this set to 'N'. | 515 | Most people will leave this set to 'N'. |
516 | 516 | ||
517 | config LINK_WITH_PTHREAD | ||
518 | bool "Link with pthread library" | ||
519 | default n | ||
520 | help | ||
521 | On some systems, some libraries (such as crypt) also require pthread. | ||
522 | |||
523 | Select this only if your build otherwise fails. | ||
524 | |||
525 | config NOMMU | 517 | config NOMMU |
526 | bool "Force NOMMU build" | 518 | bool "Force NOMMU build" |
527 | default n | 519 | default n |