diff make/bsd/makefiles/tiered.make @ 24135:a8e0d0625b32

removed defunct support for non-INCLUDE_JVMCI builds
author Doug Simon <doug.simon@oracle.com>
date Fri, 19 May 2017 00:18:36 +0200
parents c28cb37b2e1d
children
line wrap: on
line diff
--- a/make/bsd/makefiles/tiered.make	Fri Apr 28 14:37:37 2017 +0200
+++ b/make/bsd/makefiles/tiered.make	Fri May 19 00:18:36 2017 +0200
@@ -19,7 +19,7 @@
 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
 # or visit www.oracle.com if you need additional information or have any
 # questions.
-#  
+#
 #
 
 # Sets make macros for making tiered version of VM
@@ -29,7 +29,3 @@
 VM_SUBDIR = server
 
 CFLAGS += -DCOMPILER2 -DCOMPILER1
-
-ifeq ($(INCLUDE_JVMCI), false)
-  VM_SUBDIR = server-nojvmci
-endif