freebsd-ports/devel/distcc
Mario Sergio Fujikawa Ferreira 42c6a32a2e o Problem: "libstdc++-v3's configure script (and others) execute
commands such as .../xgcc -B.../ conftest.C -c -S. Assuming that
xgcc invokes the distcc client, this makes the distcc client write
the assembly output to conftest.o even though it should go into
conftest.s. The cause of this is that distcc currently does not
honour the fact that -S supersedes -c. Interestingly, if you add
"-o conftest.s" to the command line, it's the distcc server that
fails, claiming it couldn't find conftest.C."

o The attached patch fixes this behaviour. Courtesy of [1]

PR:		42019
Submitted by:	MAINTAINER,
		Alexandre Oliva <aoliva@redhat.com> [1]
2002-08-26 02:39:05 +00:00
..
files o Problem: "libstdc++-v3's configure script (and others) execute 2002-08-26 02:39:05 +00:00
distinfo Update to 0.8. 2002-08-16 01:02:49 +00:00
Makefile o Problem: "libstdc++-v3's configure script (and others) execute 2002-08-26 02:39:05 +00:00
pkg-comment Add new port distcc: Distribute compilation of C(++) code acrosss machines 2002-06-26 17:20:21 +00:00
pkg-descr Add new port distcc: Distribute compilation of C(++) code acrosss machines 2002-06-26 17:20:21 +00:00
pkg-message Add new port distcc: Distribute compilation of C(++) code acrosss machines 2002-06-26 17:20:21 +00:00
pkg-plist Update to 0.7 2002-08-10 20:54:31 +00:00