make/launcher/Launcher-jdk.pack.gmk
author ihse
Thu, 17 Oct 2019 11:39:48 +0200
branchihse-cflags-rewrite-branch
changeset 58667 8a8ec5db4297
parent 58665 30a5049a36bb
permissions -rw-r--r--
Also fix launchers.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
     1
#
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
     2
# Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
     4
#
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    10
#
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    15
# accompanied this code).
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    16
#
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    20
#
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    23
# questions.
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    24
#
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    25
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    26
include LauncherCommon.gmk
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    27
33523
eb067bcd9414 8141444: Clean up building of JDK launchers
ihse
parents: 33406
diff changeset
    28
$(eval $(call SetupBuildLauncher, pack200, \
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents: 35276
diff changeset
    29
    MAIN_MODULE := java.base, \
33523
eb067bcd9414 8141444: Clean up building of JDK launchers
ihse
parents: 33406
diff changeset
    30
    MAIN_CLASS := com.sun.java.util.jar.pack.Driver, \
eb067bcd9414 8141444: Clean up building of JDK launchers
ihse
parents: 33406
diff changeset
    31
))
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    32
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    33
################################################################################
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    34
# The order of the object files on the link command line affects the size of the resulting
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    35
# binary (at least on linux) which causes the size to differ between old and new build.
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    36
49534
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    37
# Tell the compiler not to export any functions unless declared so in
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    38
# the source code. On Windows, this is the default and cannot be changed.
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    39
# On Mac, we have always exported all symbols, probably due to oversight
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    40
# and/or misunderstanding. To emulate this, don't hide any symbols
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    41
# by default.
52812
fc54d27e58d8 8214063: OpenJDK will not build on AIX while using the xlc 13.1 compiler
afarley
parents: 52022
diff changeset
    42
# On AIX/xlc we need at least xlc 13.1 for the symbol hiding (see JDK-8214063)
49534
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    43
# Also provide an override for non-conformant libraries.
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    44
ifeq ($(TOOLCHAIN_TYPE), gcc)
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    45
  CXXFLAGS_JDKEXE += -fvisibility=hidden
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    46
  LDFLAGS_JDKEXE += -Wl,--exclude-libs,ALL
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    47
else ifeq ($(TOOLCHAIN_TYPE), clang)
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 52812
diff changeset
    48
  ifeq ($(call isTargetOs, macosx), false)
49534
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    49
    CXXFLAGS_JDKEXE += -fvisibility=hidden
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    50
  endif
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    51
else ifeq ($(TOOLCHAIN_TYPE), solstudio)
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    52
  CXXFLAGS_JDKEXE += -xldscope=hidden
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    53
endif
210cf224b690 8200358: Remove mapfiles for JDK executables
ihse
parents: 49244
diff changeset
    54
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
    55
UNPACKEXE_SRC := $(TOPDIR)/src/jdk.pack/share/native/common-unpack \
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
    56
    $(TOPDIR)/src/jdk.pack/share/native/unpack200
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
    57
UNPACKEXE_CFLAGS := -I$(TOPDIR)/src/jdk.pack/share/native/common-unpack \
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
    58
    -I$(TOPDIR)/src/java.base/share/native/libjava \
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
    59
    -I$(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS_TYPE)/native/libjava
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    60
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    61
ifeq ($(USE_EXTERNAL_LIBZ), true)
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    62
  UNPACKEXE_CFLAGS += -DSYSTEM_ZLIB
33305
ed708a0e3482 8140223: fix the build with a toolchain with a linker defaulting to ld --as-needed
erikj
parents: 30434
diff changeset
    63
  UNPACKEXE_LIBS := -lz
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    64
else
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
    65
  UNPACKEXE_CFLAGS += -I$(TOPDIR)/src/java.base/share/native/libzip/zlib
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 25859
diff changeset
    66
  UNPACKEXE_ZIPOBJS := $(SUPPORT_OUTPUTDIR)/native/java.base/libzip/zcrc32$(OBJ_SUFFIX) \
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 25859
diff changeset
    67
      $(SUPPORT_OUTPUTDIR)/native/java.base/libzip/deflate$(OBJ_SUFFIX) \
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 25859
diff changeset
    68
      $(SUPPORT_OUTPUTDIR)/native/java.base/libzip/trees$(OBJ_SUFFIX) \
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 25859
diff changeset
    69
      $(SUPPORT_OUTPUTDIR)/native/java.base/libzip/zadler32$(OBJ_SUFFIX) \
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 25859
diff changeset
    70
      $(SUPPORT_OUTPUTDIR)/native/java.base/libzip/compress$(OBJ_SUFFIX) \
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 25859
diff changeset
    71
      $(SUPPORT_OUTPUTDIR)/native/java.base/libzip/zutil$(OBJ_SUFFIX) \
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 25859
diff changeset
    72
      $(SUPPORT_OUTPUTDIR)/native/java.base/libzip/inflate$(OBJ_SUFFIX) \
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 25859
diff changeset
    73
      $(SUPPORT_OUTPUTDIR)/native/java.base/libzip/infback$(OBJ_SUFFIX) \
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 25859
diff changeset
    74
      $(SUPPORT_OUTPUTDIR)/native/java.base/libzip/inftrees$(OBJ_SUFFIX) \
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 25859
diff changeset
    75
      $(SUPPORT_OUTPUTDIR)/native/java.base/libzip/inffast$(OBJ_SUFFIX)
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    76
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    77
endif
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    78
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
    79
$(eval $(call SetupJdkExecutable, BUILD_UNPACKEXE, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
    80
    NAME := unpack200, \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    81
    SRC := $(UNPACKEXE_SRC), \
41479
bf50b06f27b5 8167479: arm 32/64 slowdebug fails to build on unpack200
erikj
parents: 41472
diff changeset
    82
    TOOLCHAIN := TOOLCHAIN_LINK_CXX, \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    83
    OPTIMIZATION := LOW, \
28846
b96683be2713 8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents: 27799
diff changeset
    84
    CFLAGS := $(UNPACKEXE_CFLAGS) $(CXXFLAGS_JDKEXE) -DFULL, \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    85
    CFLAGS_release := -DPRODUCT, \
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    86
    CFLAGS_linux := -fPIC, \
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    87
    CFLAGS_solaris := -KPIC, \
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    88
    CFLAGS_macosx := -fPIC, \
58667
8a8ec5db4297 Also fix launchers.
ihse
parents: 58665
diff changeset
    89
    DISABLED_WARNINGS_gcc := unused-local-typedefs, \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 50884
diff changeset
    90
    DISABLED_WARNINGS_clang := format-nonliteral, \
56237
9ccbd02e0c2c Push wunreachable on solstudio down to where it belongs.
ihse
parents: 49070
diff changeset
    91
    DISABLED_WARNINGS_solstudio := wunreachable, \
52022
804792ce736f 8210459: Add support for generating compile_commands.json
rwestberg
parents: 51853
diff changeset
    92
    LDFLAGS := $(LDFLAGS_JDKEXE) $(LDFLAGS_CXX_JDK) \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
    93
        $(call SET_SHARED_LIBRARY_ORIGIN), \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
    94
    LIBS := $(UNPACKEXE_LIBS) $(LIBCXX), \
33523
eb067bcd9414 8141444: Clean up building of JDK launchers
ihse
parents: 33406
diff changeset
    95
    OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/unpackexe, \
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
    96
    MANIFEST := $(TOPDIR)/src/jdk.pack/windows/native/unpack200/unpack200_proto.exe.manifest, \
33984
2333676816eb 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30434
diff changeset
    97
    MANIFEST_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS), \
52022
804792ce736f 8210459: Add support for generating compile_commands.json
rwestberg
parents: 51853
diff changeset
    98
    EXTRA_OBJECT_FILES := $(UNPACKEXE_ZIPOBJS) \
29925
6d47adfc6b47 8077847: Better handling of Windows executable manifest version
ihse
parents: 29879
diff changeset
    99
))
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
   100
28846
b96683be2713 8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents: 27799
diff changeset
   101
TARGETS += $(BUILD_UNPACKEXE)
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
   102
3317bb8137f4 8054834: Modular Source Code
chegar
parents:
diff changeset
   103
################################################################################