hg: build-infra/jdk8/hotspot: 2 new changesets

erik.joelsson at oracle.com erik.joelsson at oracle.com
Wed Jan 25 04:08:12 PST 2012


Changeset: aad8d9331102
Author:    erikj
Date:      2012-01-25 12:23 +0100
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/aad8d9331102

Changed the conditionals for setting defaults for compilers. Instead
of checking for SPEC being set, each variable (CC, CXX etc) are
checked with the origin function and only set if they have the default
value. For on standard variables, ?= assignment is used. Made sure all
executables set in this way have ?= so they are controlable from
configure. Moved include SPEC away from compiler makefiles and added
them to generated makefile instead.

! make/bsd/makefiles/buildtree.make
! make/bsd/makefiles/gcc.make
! make/bsd/makefiles/sparcWorks.make
! make/linux/makefiles/buildtree.make
! make/linux/makefiles/gcc.make
! make/linux/makefiles/sparcWorks.make
! make/solaris/makefiles/buildtree.make
! make/solaris/makefiles/gcc.make
! make/solaris/makefiles/sparcWorks.make

Changeset: e820aeab5076
Author:    erikj
Date:      2012-01-25 13:08 +0100
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e820aeab5076

Minor changes to look more like hotspot-rt.

! make/bsd/makefiles/gcc.make
! make/bsd/makefiles/sparcWorks.make
! make/windows/makefiles/vm.make




More information about the build-infra-dev mailing list