changeset 1733:0d9bad339158 draft

The time command depends on floating point support.
author Rob Landley <rob@landley.net>
date Thu, 12 Mar 2015 14:27:36 -0500
parents 9adb0ccb617e
children 03c426368470
files toys/posix/time.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/toys/posix/time.c	Thu Mar 12 14:21:33 2015 -0500
+++ b/toys/posix/time.c	Thu Mar 12 14:27:36 2015 -0500
@@ -9,6 +9,7 @@
 config TIME
   bool "time"
   default y
+  depends on TOYBOX_FLOAT
   help
     usage: time [-p] COMMAND [ARGS...]