Date: Sun, 25 Aug 2002 19:39:05 -0700 (PDT) From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/distcc Makefile ports/devel/distcc/files patch-src::arg.c Message-ID: <200208260239.g7Q2d5LJ027287@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
lioux 2002/08/25 19:39:05 PDT Modified files: devel/distcc Makefile Added files: devel/distcc/files patch-src::arg.c Log: 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] Revision Changes Path 1.6 +1 -0 ports/devel/distcc/Makefile 1.1 +20 -0 ports/devel/distcc/files/patch-src::arg.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208260239.g7Q2d5LJ027287>