buildroot/package/distcc/Config.in

11 lines
251 B
Plaintext

config BR2_PACKAGE_DISTCC
bool "distcc"
# needs fork()
depends on BR2_USE_MMU
help
Distributed compiler client and server. Allows you to
distribute compilation of C code across several machines
on a network.
http://distcc.samba.org/