make/linux/platform_ia64

Thu, 05 Jun 2008 15:57:56 -0700

author
ysr
date
Thu, 05 Jun 2008 15:57:56 -0700
changeset 777
37f87013dfd8
parent 0
f90c822e73f8
permissions
-rw-r--r--

6711316: Open source the Garbage-First garbage collector
Summary: First mercurial integration of the code for the Garbage-First garbage collector.
Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr

     1 os_family = linux
     3 arch = ia64
     5 os_arch = linux_ia64
     7 lib_arch = ia64
     9 compiler = gcc
    11 gnu_dis_arch = ia64
    13 sysdefs = -DLINUX -D_GNU_SOURCE -DIA64 -DCC_INTERP
    15 mark_style = alignment

mercurial