annotate make/bsd/makefiles/jvmci.make @ 21794:483b357016a6

Use export target explicitly in mx_graal.py when building JDK (JBS:GRAAL-52)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 08 Jun 2015 20:30:39 +0200
parents be896a1983c0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4633
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
1 #
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
2 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
3 # Copyright 2008, 2010 Red Hat, Inc.
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
5 #
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
6 # This code is free software; you can redistribute it and/or modify it
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
7 # under the terms of the GNU General Public License version 2 only, as
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
8 # published by the Free Software Foundation.
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
9 #
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
10 # This code is distributed in the hope that it will be useful, but WITHOUT
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
13 # version 2 for more details (a copy is included in the LICENSE file that
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
14 # accompanied this code).
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
15 #
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
16 # You should have received a copy of the GNU General Public License version
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
17 # 2 along with this work; if not, write to the Free Software Foundation,
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
19 #
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
21 # or visit www.oracle.com if you need additional information or have any
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
22 # questions.
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
23 #
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
24 #
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
25
21559
be896a1983c0 recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 14124
diff changeset
26 # Sets make macros for making JVMCI version of VM
4633
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
27
21559
be896a1983c0 recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 14124
diff changeset
28 TYPE = JVMCI
4633
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
29
21559
be896a1983c0 recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 14124
diff changeset
30 VM_SUBDIR = jvmci
4633
a1780986a4fe Added missing file.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
31
21559
be896a1983c0 recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 14124
diff changeset
32 # To make a non-tiered JVMCI build, remove the -DCOMPILER1 below and
be896a1983c0 recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 14124
diff changeset
33 # in vm.make remove COMPILER1_PATHS from Src_Dirs/JVMCI and add
be896a1983c0 recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 14124
diff changeset
34 # COMPILER1_SPECIFIC_FILES to Src_Files_EXCLUDE/JVMCI
be896a1983c0 recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 14124
diff changeset
35 CFLAGS += -DCOMPILERJVMCI -DJVMCI -DCOMPILER1