make/linux/platform_sparc

Mon, 28 Apr 2014 09:27:47 +0200

author
sla
date
Mon, 28 Apr 2014 09:27:47 +0200
changeset 6705
a103c376459a
parent 545
a49a647afe9a
child 6876
710a3c8b516e
permissions
-rw-r--r--

8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Reviewed-by: mgronlun, kamg

duke@435 1 os_family = linux
duke@435 2
duke@435 3 arch = sparc
duke@435 4
duke@435 5 arch_model = sparc
duke@435 6
duke@435 7 os_arch = linux_sparc
duke@435 8
duke@435 9 os_arch_model = linux_sparc
duke@435 10
duke@435 11 lib_arch = sparc
duke@435 12
duke@435 13 compiler = gcc
duke@435 14
duke@435 15 sysdefs = -DLINUX -D_GNU_SOURCE -DSPARC

mercurial