From c1ab8dadd0d8d3e64c20a9e3bc74d5f985c04017 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 12 Mar 2015 14:27:36 -0500 Subject: The time command depends on floating point support. --- toys/posix/time.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/posix/time.c') diff --git a/toys/posix/time.c b/toys/posix/time.c index 01da9711..70d2997e 100644 --- a/toys/posix/time.c +++ b/toys/posix/time.c @@ -9,6 +9,7 @@ USE_TIME(NEWTOY(time, "<1^p", TOYFLAG_USR|TOYFLAG_BIN)) config TIME bool "time" default y + depends on TOYBOX_FLOAT help usage: time [-p] COMMAND [ARGS...] -- cgit v1.2.3