make/bsd/makefiles/minimal1.make

changeset 5237
f2110083203d
parent 4542
db9981fd3124
child 5455
c65045599519
equal deleted inserted replaced
5236:d0add7016434 5237:f2110083203d
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18 # 18 #
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 # or visit www.oracle.com if you need additional information or have any 20 # or visit www.oracle.com if you need additional information or have any
21 # questions. 21 # questions.
22 # 22 #
23 # 23 #
24 24
25 TYPE=MINIMAL1 25 TYPE=MINIMAL1
26 26
27 INCLUDE_JVMTI ?= false 27 INCLUDE_JVMTI ?= false
30 INCLUDE_JNI_CHECK ?= false 30 INCLUDE_JNI_CHECK ?= false
31 INCLUDE_SERVICES ?= false 31 INCLUDE_SERVICES ?= false
32 INCLUDE_MANAGEMENT ?= false 32 INCLUDE_MANAGEMENT ?= false
33 INCLUDE_ALL_GCS ?= false 33 INCLUDE_ALL_GCS ?= false
34 INCLUDE_NMT ?= false 34 INCLUDE_NMT ?= false
35 INCLUDE_TRACE ?= false
35 INCLUDE_CDS ?= false 36 INCLUDE_CDS ?= false
36 37
37 CXXFLAGS += -DMINIMAL_JVM -DCOMPILER1 -DVMTYPE=\"Minimal\" 38 CXXFLAGS += -DMINIMAL_JVM -DCOMPILER1 -DVMTYPE=\"Minimal\"
38 CFLAGS += -DMINIMAL_JVM -DCOMPILER1 -DVMTYPE=\"Minimal\" 39 CFLAGS += -DMINIMAL_JVM -DCOMPILER1 -DVMTYPE=\"Minimal\"
39 40

mercurial