Config.in 375 B

1234567891011121314
  1. config BR2_PACKAGE_TIME
  2. bool "time"
  3. depends on BR2_USE_MMU # fork()
  4. # See https://savannah.gnu.org/bugs/index.php?48000
  5. depends on !BR2_STATIC_LIBS
  6. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
  7. help
  8. The GNU time utility.
  9. http://savannah.gnu.org/projects/time/
  10. comment "time needs a toolchain w/ dynamic library"
  11. depends on BR2_USE_MMU
  12. depends on BR2_STATIC_LIBS