annotate make/solaris/makefiles/graal.make @ 6557:297543799769

fixed makefile to build on Solaris.
author Laurent Daynes <Laurent.Daynes@oracle.com>
date Fri, 19 Oct 2012 09:55:54 +0200
parents
children 1baf7f1e3f23
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6557
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
1 #
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
2 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
3 # Copyright 2008, 2010 Red Hat, Inc.
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
5 #
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
6 # This code is free software; you can redistribute it and/or modify it
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
7 # under the terms of the GNU General Public License version 2 only, as
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
8 # published by the Free Software Foundation.
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
9 #
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
10 # This code is distributed in the hope that it will be useful, but WITHOUT
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
13 # version 2 for more details (a copy is included in the LICENSE file that
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
14 # accompanied this code).
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
15 #
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
16 # You should have received a copy of the GNU General Public License version
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
17 # 2 along with this work; if not, write to the Free Software Foundation,
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
19 #
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
21 # or visit www.oracle.com if you need additional information or have any
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
22 # questions.
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
23 #
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
24 #
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
25
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
26 # Sets make macros for making Graal version of VM
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
27
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
28 TYPE = GRAAL
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
29
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
30 VM_SUBDIR = graal
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
31
297543799769 fixed makefile to build on Solaris.
Laurent Daynes <Laurent.Daynes@oracle.com>
parents:
diff changeset
32 CFLAGS += -DGRAAL -DCOMPILER1