Fwd: hg: hsx/hotspot-rt/hotspot: 7141242: build-infra merge: Rename CPP->CXX and LINK->LD

David Holmes david.holmes at oracle.com
Tue Feb 7 03:08:41 UTC 2012


Sorry for the wide distribution but the handful of people that may be 
affected by this could be spread across various groups.

The patch below changes the names of the some of make variables used 
when building hotspot. Eg CPPFLAGS becomes CXXFLAGS, LINKXXX becomes 
LDXXX etc.

It is possible that people occasionally pre-set these variables in their 
environment to override the default settings in the build system, or to 
add to them. If you do that then you will need to update your build 
environment to use the new names.

Cheers,
David Holmes
(Don't shoot me, I'm just the messenger ;-) )

-------- Original Message --------
Subject: hg: hsx/hotspot-rt/hotspot: 7141242: build-infra merge: Rename 
CPP->CXX and LINK->LD
Date: Tue, 07 Feb 2012 02:55:13 +0000
From: david.holmes at oracle.com
To: hotspot-runtime-dev at openjdk.java.net, 
serviceability-dev at openjdk.java.net

Changeset: 719f7007c8e8
Author:    erikj
Date:      2012-02-06 09:14 +0100
URL: 
http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/719f7007c8e8

7141242: build-infra merge: Rename CPP->CXX and LINK->LD
Summary: Cleaned up make variables for compilers and linker to 
consistently use CXX for C++ compiler, CC for C compiler and LD for linker.
Reviewed-by: dholmes, ohrstrom

! make/bsd/makefiles/adlc.make
! make/bsd/makefiles/dtrace.make
! make/bsd/makefiles/gcc.make
! make/bsd/makefiles/launcher.make
! make/bsd/makefiles/product.make
! make/bsd/makefiles/rules.make
! make/bsd/makefiles/sparcWorks.make
! make/bsd/makefiles/vm.make
! make/linux/makefiles/adlc.make
! make/linux/makefiles/gcc.make
! make/linux/makefiles/launcher.make
! make/linux/makefiles/product.make
! make/linux/makefiles/rules.make
! make/linux/makefiles/sparcWorks.make
! make/linux/makefiles/vm.make
! make/solaris/makefiles/adlc.make
! make/solaris/makefiles/dtrace.make
! make/solaris/makefiles/gcc.make
! make/solaris/makefiles/launcher.make
! make/solaris/makefiles/product.make
! make/solaris/makefiles/rules.make
! make/solaris/makefiles/saproc.make
! make/solaris/makefiles/sparcWorks.make
! make/solaris/makefiles/vm.make
! make/windows/build_vm_def.sh
! make/windows/get_msc_ver.sh
! make/windows/makefiles/adlc.make
! make/windows/makefiles/compile.make
! make/windows/makefiles/debug.make
! make/windows/makefiles/fastdebug.make
! make/windows/makefiles/launcher.make
! make/windows/makefiles/product.make
! make/windows/makefiles/projectcreator.make
! make/windows/makefiles/sa.make
! make/windows/makefiles/sanity.make
! make/windows/makefiles/shared.make
! make/windows/makefiles/vm.make




More information about the build-dev mailing list