On 2009/05/31, at 3:16, Joerg Sonnenberger wrote:
Module Name: pkgsrc Committed By: joerg Date: Sat May 30 18:16:26 UTC 2009 Modified Files: pkgsrc/mk: compiler.mkpkgsrc/mk/compiler: ccc.mk gcc.mk hp.mk icc.mk ido.mk mipspro.mk xlc.mkLog Message: Rename GCC_USE_SYMLINKS to COMPILER_USE_SYMLINKS, implement it for the other compiler drivers and enable it by default. Saves at least a percent of build time even for trivial packages like lang/lua.
% uname -spr Darwin 8.11.0 powerpc % ln -s /usr/bin/gcc /tmp/gcc % /tmp/gccgcc: installation problem, cannot exec '/tmp/powerpc-apple-darwin8- gcc-4.0.1': No such file or directory
At least, COMPILER_USE_SYMLINKS mus not be yes by default on this platform.
-- "Of course I love NetBSD":-) OBATA Akio / obache%NetBSD.org@localhost