hg: bsd-port/jdk8/hotspot: - Build libjvm.so with -gstabs on bsd/amd64 with gcc. Using -g

Greg Lewis glewis at eyesbeyond.com
Sun Jun 21 18:10:20 UTC 2015


On Sat, Jun 06, 2015 at 05:40:41PM +0000, kurt at intricatesoftware.com wrote:
> Changeset: cc98d91d605d
> Author:    kurt
> Date:      2015-06-06 13:40 -0400
> URL:       http://hg.openjdk.java.net/bsd-port/jdk8/hotspot/rev/cc98d91d605d
> 
> - Build libjvm.so with -gstabs on bsd/amd64 with gcc. Using -g
> produces ~500M debuginfo whereas -gstabs produces ~35M debuginfo.
> 
> ! make/bsd/makefiles/gcc.make

Unfortunately break FreeBSD/clang (yes, it perhaps shouldn't use gcc.make,
but it does).

Generating precompiled header precompiled.hpp.pch
CC: error: unsupported option '-gstabs'
/home/glewis/projects/java/jdk18/bsd-port/jdk8/hotspot/make/bsd/makefiles/vm.make:310:
recipe for target 'precompiled.hpp.pch' failed
gmake[6]: *** [precompiled.hpp.pch] Error 1
/home/glewis/projects/java/jdk18/bsd-port/jdk8/hotspot/make/bsd/makefiles/top.make:128:
recipe for target 'the_vm' failed
gmake[5]: *** [the_vm] Error 2
...

-- 
Greg Lewis                          Email   : glewis at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org


More information about the bsd-port-dev mailing list