make/bsd/platform_i486

Wed, 11 Jan 2012 17:34:02 -0500

author
phh
date
Wed, 11 Jan 2012 17:34:02 -0500
changeset 3427
94ec88ca68e2
parent 0
f90c822e73f8
permissions
-rw-r--r--

7115199: Add event tracing hooks and Java Flight Recorder infrastructure
Summary: Added a nop tracing infrastructure, JFR makefile changes and other infrastructure used only by JFR.
Reviewed-by: acorn, sspitsyn
Contributed-by: markus.gronlund@oracle.com

     1 os_family = bsd
     3 arch = x86
     5 arch_model = x86_32
     7 os_arch = bsd_x86
     9 os_arch_model = bsd_x86_32
    11 lib_arch = i386
    13 compiler = gcc
    15 sysdefs = -D_ALLBSD_SOURCE -D_GNU_SOURCE -DIA32

mercurial