Date: Mon, 10 Sep 2012 16:14:40 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: freebsd-java@FreeBSD.org Subject: Re: openjdk6: Compiler-gcc.gmk patching vs non-base compiler Message-ID: <504DE7C0.7050307@FreeBSD.org> In-Reply-To: <4FD61A55.9020906@FreeBSD.org> References: <4FD61A55.9020906@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
on 11/06/2012 19:18 Andriy Gapon said the following: > > patch-set adds blocks of definitions for bsd case to > jdk/make/common/shared/Compiler-gcc.gmk and > corba/make/common/shared/Compiler-gcc.gmk that look like this: > +ifeq ($(PLATFORM), bsd) > + > + # Settings specific to BSD > + CC = $(COMPILER_PATH)gcc > + CPP = $(COMPILER_PATH)gcc -E > + CXX = $(COMPILER_PATH)g++ > ... > > These assignments completely override CC/CXX/etc settings provided via MAKE_ENV. > I think that they should be conditional assignments (?=). > I've already tested such a change and it worked fine for compiling the port with > gcc46. > This is still an issue. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?504DE7C0.7050307>