common/autoconf/buildjdk-spec.gmk.in
author ctornqvi
Thu, 15 Sep 2016 16:56:11 -0400
changeset 41199 cca6aec2bd7b
parent 37969 2203863bfe3e
child 41170 30db66a57e7d
permissions -rw-r--r--
6648858: InvokeHangTest.java fails due to "failure: Debuggee appears to be hung" when running with -Xcomp Reviewed-by: zgu, gtriantafill, iignatyev
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36506
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
     1
#
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
     2
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
     4
#
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    10
#
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    15
# accompanied this code).
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    16
#
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    20
#
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    23
# questions.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    24
#
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    25
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    26
# This spec file is used to compile a BUILD_JDK while cross compiling. The
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    27
# BUILD_JDK runs on the build/host platform and is of the same version as
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    28
# the main build.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    29
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    30
# First include the real base spec.gmk file
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    31
include @SPEC@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    32
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    33
CC := @BUILD_CC@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    34
CXX := @BUILD_CXX@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    35
LD := @BUILD_LD@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    36
AS := @BUILD_AS@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    37
NM := @BUILD_NM@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    38
AR := @BUILD_AR@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    39
OBJCOPY := @BUILD_OBJCOPY@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    40
STRIP := @BUILD_STRIP@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    41
SYSROOT_CFLAGS := @BUILD_SYSROOT_CFLAGS@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    42
SYSROOT_LDFLAGS := @BUILD_SYSROOT_LDFLAGS@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    43
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    44
# These directories should not be moved to BUILDJDK_OUTPUTDIR
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    45
HOTSPOT_OUTPUTDIR := $(patsubst $(BUILD_OUTPUT)%,$(BUILDJDK_OUTPUTDIR)%,$(HOTSPOT_OUTPUTDIR))
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    46
HOTSPOT_DIST := $(patsubst $(BUILD_OUTPUT)%,$(BUILDJDK_OUTPUTDIR)%,$(HOTSPOT_DIST))
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    47
SUPPORT_OUTPUTDIR := $(patsubst $(BUILD_OUTPUT)%,$(BUILDJDK_OUTPUTDIR)%,$(SUPPORT_OUTPUTDIR))
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    48
JDK_OUTPUTDIR := $(patsubst $(BUILD_OUTPUT)%,$(BUILDJDK_OUTPUTDIR)%,$(JDK_OUTPUTDIR))
37770
9f040cf69078 8150044: Generate classlists at build-time
redestad
parents: 37402
diff changeset
    49
IMAGES_OUTPUTDIR := $(patsubst $(BUILD_OUTPUT)%,$(BUILDJDK_OUTPUTDIR)%,$(IMAGES_OUTPUTDIR))
36506
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    50
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    51
OPENJDK_BUILD_CPU_LEGACY := @OPENJDK_BUILD_CPU_LEGACY@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    52
OPENJDK_BUILD_CPU_LEGACY_LIB := @OPENJDK_BUILD_CPU_LEGACY_LIB@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    53
OPENJDK_BUILD_CPU_LIBDIR := @OPENJDK_BUILD_CPU_LIBDIR@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    54
OPENJDK_TARGET_CPU_LIBDIR := @OPENJDK_BUILD_CPU_LIBDIR@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    55
OPENJDK_TARGET_CPU := @OPENJDK_BUILD_CPU@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    56
OPENJDK_TARGET_CPU_ARCH := @OPENJDK_BUILD_CPU_ARCH@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    57
OPENJDK_TARGET_CPU_BITS := @OPENJDK_BUILD_CPU_BITS@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    58
OPENJDK_TARGET_CPU_ENDIAN := @OPENJDK_BUILD_CPU_ENDIAN@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    59
OPENJDK_TARGET_CPU_LEGACY := @OPENJDK_BUILD_CPU_LEGACY@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    60
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36506
diff changeset
    61
HOTSPOT_TARGET_OS := @HOTSPOT_BUILD_OS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36506
diff changeset
    62
HOTSPOT_TARGET_OS_TYPE := @HOTSPOT_BUILD_OS_TYPE@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36506
diff changeset
    63
HOTSPOT_TARGET_CPU := @HOTSPOT_BUILD_CPU@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36506
diff changeset
    64
HOTSPOT_TARGET_CPU_ARCH := @HOTSPOT_BUILD_CPU_ARCH@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36506
diff changeset
    65
HOTSPOT_TARGET_CPU_DEFINE := @HOTSPOT_BUILD_CPU_DEFINE@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36506
diff changeset
    66
36506
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    67
CFLAGS_JDKLIB := @OPENJDK_BUILD_CFLAGS_JDKLIB@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    68
CXXFLAGS_JDKLIB := @OPENJDK_BUILD_CXXFLAGS_JDKLIB@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    69
LDFLAGS_JDKLIB := @OPENJDK_BUILD_LDFLAGS_JDKLIB@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    70
CFLAGS_JDKEXE := @OPENJDK_BUILD_CFLAGS_JDKEXE@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    71
CXXFLAGS_JDKEXE := @OPENJDK_BUILD_CXXFLAGS_JDKEXE@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    72
LDFLAGS_JDKEXE := @OPENJDK_BUILD_LDFLAGS_JDKEXE@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    73
OPENJDK_TARGET_CPU_JLI_CFLAGS := @OPENJDK_BUILD_CPU_JLI_CFLAGS@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    74
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36506
diff changeset
    75
JVM_CFLAGS := @OPENJDK_BUILD_JVM_CFLAGS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36506
diff changeset
    76
JVM_LDFLAGS := @OPENJDK_BUILD_JVM_LDFLAGS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36506
diff changeset
    77
JVM_ASFLAGS := @OPENJDK_BUILD_JVM_ASFLAGS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36506
diff changeset
    78
JVM_LIBS := @OPENJDK_BUILD_JVM_LIBS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36506
diff changeset
    79
36506
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    80
# The compiler for the build platform is likely not warning compatible with the official
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    81
# compiler.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    82
WARNINGS_AS_ERRORS := false
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    83
DISABLE_WARNING_PREFIX := @BUILD_CC_DISABLE_WARNING_PREFIX@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    84
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    85
# Save speed and disk space by not enabling debug symbols for the buildjdk
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    86
ENABLE_DEBUG_SYMBOLS := false
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    87
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    88
####################################################
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    89
#
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    90
# Legacy Hotspot support
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    91
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    92
# Legacy setting: OPT or DBG
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    93
VARIANT := OPT
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    94
# Legacy setting: true or false
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    95
FASTDEBUG := false
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    96
# Legacy setting: debugging the class files?
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    97
DEBUG_CLASSFILES := false
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    98
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
    99
# Some users still set EXTRA_*FLAGS on the make command line. Must
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   100
# make sure to override that when building buildjdk.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   101
override EXTRA_CFLAGS :=
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   102
override EXTRA_CXXFLAGS :=
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   103
override EXTRA_LDFLAGS :=
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   104
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   105
# The HOSTCC/HOSTCXX is Hotspot terminology for the BUILD_CC/BUILD_CXX, i.e. the
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   106
# compiler that produces code that can be run on the build platform.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   107
HOSTCC := $(BUILD_CC)
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   108
HOSTCXX := $(BUILD_CXX)
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   109
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   110
# Old name for OPENJDK_TARGET_OS (aix,bsd,hpux,linux,macosx,solaris,windows etc)
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   111
PLATFORM := $(OPENJDK_BUILD_OS)
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   112
# 32 or 64 bit
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   113
ARCH_DATA_MODEL := $(OPENJDK_BUILD_CPU_BITS)
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   114
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   115
ALT_BOOTDIR := $(BOOT_JDK)
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   116
# Yet another name for arch used for an extra subdir below the jvm lib.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   117
# Uses i386 and amd64, instead of x86 and x86_64.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   118
LIBARCH := @OPENJDK_BUILD_CPU_LEGACY_LIB@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   119
# Set the cpu architecture. Some users still set ARCH on the make command line. Must
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   120
# make sure to override that when building buildjdk.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   121
override ARCH := $(OPENJDK_BUILD_CPU_ARCH)
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   122
# Legacy setting for building for a 64 bit machine.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   123
# If yes then this expands to _LP64 := 1
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   124
ifeq ($(OPENJDK_BUILD_CPU_BITS), 64)
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   125
  _LP64 := 1
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   126
endif
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   127
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   128
ALT_OUTPUTDIR := $(HOTSPOT_OUTPUTDIR)
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   129
ALT_EXPORT_PATH := $(HOTSPOT_DIST)
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   130
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   131
JVM_INTERPRETER := @JVM_INTERPRETER@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   132
ifeq ($(JVM_INTERPRETER), cpp)
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   133
  CC_INTERP=true
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   134
endif
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   135
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   136
HOTSPOT_MAKE_ARGS := product docs export_product
37967
8dd54c3bf02a 8148244: Finalize and integrate GTest implementation
iignatyev
parents: 37402
diff changeset
   137
8dd54c3bf02a 8148244: Finalize and integrate GTest implementation
iignatyev
parents: 37402
diff changeset
   138
# Control wether Hotspot builds gtest tests
8dd54c3bf02a 8148244: Finalize and integrate GTest implementation
iignatyev
parents: 37402
diff changeset
   139
BUILD_GTEST := false
36506
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   140
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   141
USE_PRECOMPILED_HEADER := @USE_PRECOMPILED_HEADER@
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   142
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   143
# Hotspot expects the variable FULL_DEBUG_SYMBOLS=1/0 to control debug symbols
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   144
# creation.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   145
FULL_DEBUG_SYMBOLS := 0
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   146
ZIP_DEBUGINFO_FILES := 0
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   147
# Disable stripping
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   148
STRIP_POLICY := none
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   149
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   150
JVM_VARIANTS := server
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   151
JVM_VARIANT_SERVER := true
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   152
JVM_VARIANT_CLIENT := false
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   153
JVM_VARIANT_MINIMAL1 := false
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   154
JVM_VARIANT_KERNEL := false
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   155
JVM_VARIANT_ZERO := false
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   156
JVM_VARIANT_ZEROSHARK := false
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   157
JVM_VARIANT_CORE := false
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   158
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   159
# Sneak this in via the spec.gmk file, since we don't want to mess around too much with the Hotspot make files.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   160
# This is needed to get the LOG setting to work properly.
17612cee3530 8142968: Module System implementation
alanb
parents:
diff changeset
   161
include $(SRC_ROOT)/make/common/MakeBase.gmk