commit | cd2663f15e74274619dd97dc382bb858ac255872 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jun 01 22:36:39 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jun 01 22:36:39 2008 +0000 |
tree | f86565e574c3488794383b910b9f3fa3ae27df48 | |
parent | d78920675f31d6ec87dc883c4edc0f3862b22f6a [diff] [blame] |
ash: optional printf builtin. +25 bytes if off, +35 if on. by Cristian Ionescu-Idbohrn.
diff --git a/coreutils/Kbuild b/coreutils/Kbuild index cb45439..a5a2d4c 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild
@@ -54,6 +54,7 @@ lib-$(CONFIG_OD) += od.o lib-$(CONFIG_PRINTENV) += printenv.o lib-$(CONFIG_PRINTF) += printf.o +lib-$(CONFIG_ASH_BUILTIN_PRINTF) += printf.o lib-$(CONFIG_PWD) += pwd.o lib-$(CONFIG_READLINK) += readlink.o lib-$(CONFIG_REALPATH) += realpath.o