buildrootschalter/package/distcc/Config.in

12 lines
292 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_DISTCC
2004-10-14 22:33:45 +02:00
bool "distcc"
# needs fork()
depends on BR2_USE_MMU
depends on BR2_DEPRECATED_SINCE_2014_02
2004-10-09 08:13:40 +02:00
help
Distributed compiler client and server. Allows you to
distribute compilation of C code across several machines
2004-10-14 22:33:45 +02:00
on a network.
2004-10-09 08:13:40 +02:00
2004-10-14 22:33:45 +02:00
http://distcc.samba.org/