Hello,
make/bsd/makefiles/amd64.make:
make/bsd/makefiles/gcc.make:
Perhaps the order of "$(OPT_CFLAGS/NOOPT) $(OPT_CFLAGS/$(BUILDARCH))"
should be reversed to guarantee that NOOPT is the one used in case
BUILDARCH contains something that conflicts? The solaris file does it
this way.
Otherwise looks good.
/Erik
On 2015-11-13 03:34, Magnus Ihse Bursie wrote:
In the new hotspot build project, we have made a few changes to the
existing build. In preparation for the new build, I'd like to
integrate these into mainline.
These changes are:
* When overriding optimization, do not lose current debug (-g) setting
(!)
* Make adlc actually quiet in quiet mode
* Make g1EvacStats.cpp compile in all cases without precompiled headers
* Sort saproc object files when linking (facilitates comparison to new
build)
Unless someone suggests otherwise, I intend to push this (using JPRT)
to hs-rt.
Bug: https://bugs.openjdk.java.net/browse/JDK-8142909
WebRev:
http://cr.openjdk.java.net/~ihse/JDK-8142909-hotspot-build-infra-integration/webrev.01
/Magnus