hotspot/make/lib/CompileJvm.gmk
changeset 46560 388aa8d67c80
parent 44411 8c642d0b237e
child 46630 75aa3e39d02c
equal deleted inserted replaced
46557:eb30f7891bae 46560:388aa8d67c80
     1 #
     1 #
     2 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    67 # sources for 64-bit ARM ports (arm versus aarch64).
    67 # sources for 64-bit ARM ports (arm versus aarch64).
    68 JVM_CFLAGS_TARGET_DEFINES += \
    68 JVM_CFLAGS_TARGET_DEFINES += \
    69     -DTARGET_ARCH_$(HOTSPOT_TARGET_CPU_ARCH) \
    69     -DTARGET_ARCH_$(HOTSPOT_TARGET_CPU_ARCH) \
    70     -DINCLUDE_SUFFIX_OS=_$(HOTSPOT_TARGET_OS) \
    70     -DINCLUDE_SUFFIX_OS=_$(HOTSPOT_TARGET_OS) \
    71     -DINCLUDE_SUFFIX_CPU=_$(HOTSPOT_TARGET_CPU_ARCH) \
    71     -DINCLUDE_SUFFIX_CPU=_$(HOTSPOT_TARGET_CPU_ARCH) \
       
    72     -DINCLUDE_SUFFIX_COMPILER=_$(HOTSPOT_TOOLCHAIN_TYPE) \
    72     -DTARGET_COMPILER_$(HOTSPOT_TOOLCHAIN_TYPE) \
    73     -DTARGET_COMPILER_$(HOTSPOT_TOOLCHAIN_TYPE) \
    73     -D$(HOTSPOT_TARGET_CPU_DEFINE) \
    74     -D$(HOTSPOT_TARGET_CPU_DEFINE) \
    74     -DHOTSPOT_LIB_ARCH='"$(OPENJDK_TARGET_CPU_LEGACY_LIB)"' \
    75     -DHOTSPOT_LIB_ARCH='"$(OPENJDK_TARGET_CPU_LEGACY_LIB)"' \
    75     #
    76     #
    76 
    77