summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 14:48:26 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 14:48:26 +0100
commit34b4c898cb37be049853e17eadf848a40908d6ad (patch)
treeca1bc42df13378959c0fc203bf2db9e51bee11dd
parentbcc6e60229843c78128dfe2b810f6a8c72d477fa (diff)
downloadptxdist-34b4c898cb37be049853e17eadf848a40908d6ad.tar.gz
ptxdist-34b4c898cb37be049853e17eadf848a40908d6ad.tar.xz
[coreutils] fix dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/coreutils.in2
-rw-r--r--rules/coreutils.make3
2 files changed, 4 insertions, 1 deletions
diff --git a/rules/coreutils.in b/rules/coreutils.in
index 869883512..644d7a73b 100644
--- a/rules/coreutils.in
+++ b/rules/coreutils.in
@@ -3,7 +3,9 @@
menuconfig COREUTILS
tristate
prompt "coreutils "
+ select LIBC_M if COREUTILS_SORT
select LIBC_RT
+ select GCCLIBS_GCC_S
help
This package contains the essential basic system utilities.
diff --git a/rules/coreutils.make b/rules/coreutils.make
index b2fb66886..fe32063a7 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -69,7 +69,8 @@ COREUTILS_AUTOCONF := \
--disable-rpath \
--disable-xattr \
--disable-libcap \
- --disable-nls
+ --disable-nls \
+ --without-gmp
# ----------------------------------------------------------------------------
# Target-Install