ports/151042: [patch] java/openjdk6 Respect CC

Anonymous swell.k at gmail.com
Sun Dec 26 06:20:09 UTC 2010


The following reply was made to PR ports/151042; it has been noted by GNATS.

From: Anonymous <swell.k at gmail.com>
To: Rob Farmer <rfarmer at predatorlabs.net>
Cc: bug-followup at freebsd.org
Subject: Re: ports/151042: [patch] java/openjdk6 Respect CC
Date: Sun, 26 Dec 2010 09:15:35 +0300

 Anonymous <swell.k at gmail.com> writes:
 
 >>> - and using absolute paths breaks devel/ccache usage
 >>
 >> I'm not sure what you mean here. This works with my patch:
 >>
 >> rfarmer at thinkpad /home/lcvs/ports/java/openjdk6
 >>  % make CC=/usr/local/libexec/ccache/gcc CXX=/usr/local/libexec/ccache/g++
 >
 > Try setting it from environment or make.conf. Assignments on command
 > line override even `=', not only `?='.
 
 Nevermind, it was about `=', not `?='. The latter inherts `CC ?= cc'
 from sys.mk and *always* ignores `$(COMPILER_PATH)gcc'.


More information about the freebsd-java mailing list