make/linux/makefiles/sparc.make

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

author
ysr
date
Thu, 05 Jun 2008 15:57:56 -0700
changeset 777
37f87013dfd8
parent 526
a294fd0c4b38
child 631
d1605aabd0a1
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

kamg@526 1 #
kamg@526 2 # Copyright 2005-2007 Sun Microsystems, Inc. All Rights Reserved.
kamg@526 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
kamg@526 4 #
kamg@526 5 # This code is free software; you can redistribute it and/or modify it
kamg@526 6 # under the terms of the GNU General Public License version 2 only, as
kamg@526 7 # published by the Free Software Foundation.
kamg@526 8 #
kamg@526 9 # This code is distributed in the hope that it will be useful, but WITHOUT
kamg@526 10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
kamg@526 11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
kamg@526 12 # version 2 for more details (a copy is included in the LICENSE file that
kamg@526 13 # accompanied this code).
kamg@526 14 #
kamg@526 15 # You should have received a copy of the GNU General Public License version
kamg@526 16 # 2 along with this work; if not, write to the Free Software Foundation,
kamg@526 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
kamg@526 18 #
kamg@526 19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
kamg@526 20 # CA 95054 USA or visit www.sun.com if you need additional information or
kamg@526 21 # have any questions.
kamg@526 22 #
kamg@526 23 #
kamg@526 24
kamg@526 25 # Not included in includeDB because it has no dependencies
kamg@526 26 Obj_Files += linux_sparc.o
kamg@526 27

mercurial