summaryrefslogtreecommitdiffstats
path: root/rules/gawk.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 14:49:33 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 14:49:33 +0100
commit1d07bc2555fff3f8da4d4148ad87da66fc90cc79 (patch)
tree8ff2c0781385e93bebec52222fa7712d1310ed92 /rules/gawk.in
parentbb6d1ff5540fb4686c7dd779b14bbfe392447363 (diff)
downloadptxdist-1d07bc2555fff3f8da4d4148ad87da66fc90cc79.tar.gz
ptxdist-1d07bc2555fff3f8da4d4148ad87da66fc90cc79.tar.xz
[gawk] add missing dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gawk.in')
-rw-r--r--rules/gawk.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/gawk.in b/rules/gawk.in
index c0cf1d1d1..5ff081553 100644
--- a/rules/gawk.in
+++ b/rules/gawk.in
@@ -2,6 +2,9 @@
menuconfig GAWK
tristate
prompt "gawk "
+ select LIBC_M
+ select LIBC_DL
+ select GCCLIBS_GCC_S
help
Gawk is the GNU Project's implementation of the AWK programming
language. It conforms to the definition of the language in the POSIX