summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-06 14:34:25 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-07 11:52:01 +0100
commit58e88f1969bb37997edba84895c22e288219a35d (patch)
treee30bc5982d42c8bad0b0a89781e104005b0b99a2
parent9d3ca35fe53bb17fef4658de94443c733a3ea08b (diff)
downloadptxdist-58e88f1969bb37997edba84895c22e288219a35d.tar.gz
ptxdist-58e88f1969bb37997edba84895c22e288219a35d.tar.xz
[procps] select GCCLIBS_GCC_S
'ps' needs 'libgcc_s', at least on some platforms Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> (cherry picked from commit c1987dc42b7b891e79e8e64d398a5914855fde1c) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/procps.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/procps.in b/rules/procps.in
index b9ed5a121..0d83125c7 100644
--- a/rules/procps.in
+++ b/rules/procps.in
@@ -1,9 +1,11 @@
## SECTION=shell_and_console
+
menuconfig PROCPS
tristate
prompt "procps "
- select NCURSES if PROCPS_TOP
- select NCURSES if PROCPS_SLABTOP
+ select GCCLIBS_GCC_S
+ select NCURSES if PROCPS_TOP
+ select NCURSES if PROCPS_SLABTOP
help
The procps package contains a set of system utilities that provide
system information.