make/devkit/Makefile
author alanb
Sat, 30 Nov 2019 16:21:19 +0000
changeset 59329 289000934908
parent 54148 62e4ada7c4c8
permissions -rw-r--r--
8234805: (dc) Remove JNI upcall from DatagramChannel.receive implementation Reviewed-by: dfuchs, chegar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
     1
#
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
     2
# Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
     4
#
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    10
#
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    15
# accompanied this code).
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    16
#
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    20
#
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    23
# questions.
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    24
#
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    25
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    26
################################################################################
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    27
#
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
    28
# This Makefile, together with Tools.gmk, can be used to compile a set of
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
    29
# gcc based cross compilation, portable, self contained packages, capable
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    30
# of building OpenJDK.
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
    31
#
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    32
# By default this Makefile will build a native toolchain for the current
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    33
# platform if called with something like this:
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    34
#
54148
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    35
# make tars BASE_OS=OL
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    36
#
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    37
# To build the full set of crosstools for additional platforms, use a command
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    38
# line looking like this:
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    39
#
52665
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
    40
# make TARGETS="aarch64-linux-gnu" BASE_OS=Fedora
50472
ee1a0ddb2590 8204602: Add devkit for linux-arm32
ihse
parents: 49204
diff changeset
    41
# or
52665
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
    42
# make TARGETS="arm-linux-gnueabihf ppc64-linux-gnu" BASE_OS=Fedora BASE_OS_VERSION=17
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
    43
#
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
    44
# to build several devkits for a specific OS version at once.
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
    45
# You can find the final results under ../../build/devkit/result/<host>-to-<target>
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    46
#
54148
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    47
# You may want the native toolchain to be used when compiling the cross
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    48
# compilation toolchains. To achieve this, first build the native toolchain,
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    49
# then add the bin directory from this build to the path when invoking this
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    50
# makefile again for cross compilation. Ex:
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    51
#
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    52
# PATH=$PWD/../../build/devkit/result/x86_64-linux-gnu-to-x86_64-linux-gnu/bin:$PATH \
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    53
#    make TARGETS="arm-linux-gnueabihf,ppc64-linux-gnu" BASE_OS=Fedora
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    54
#
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    55
# This is the makefile which iterates over all host and target platforms.
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    56
#
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    57
54148
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    58
COMMA := ,
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    59
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
    60
os := $(shell uname -o)
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    61
cpu := $(shell uname -p)
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    62
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    63
# Figure out what platform this is building on.
52665
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
    64
me := $(cpu)-$(if $(findstring Linux,$(os)),linux-gnu)
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    65
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    66
$(info Building on platform $(me))
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    67
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    68
#
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    69
# By default just build for the current platform, which is assumed to be Linux
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    70
#
52665
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
    71
ifeq ($(TARGETS), )
49204
564802b01ded 8199451: Create linux-aarch64 cross-compilation devkit, and fix cross-compilation
ihse
parents: 48839
diff changeset
    72
  platforms := $(me)
564802b01ded 8199451: Create linux-aarch64 cross-compilation devkit, and fix cross-compilation
ihse
parents: 48839
diff changeset
    73
  host_platforms := $(platforms)
564802b01ded 8199451: Create linux-aarch64 cross-compilation devkit, and fix cross-compilation
ihse
parents: 48839
diff changeset
    74
else
54148
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
    75
  platforms := $(subst $(COMMA), , $(TARGETS))
49204
564802b01ded 8199451: Create linux-aarch64 cross-compilation devkit, and fix cross-compilation
ihse
parents: 48839
diff changeset
    76
  host_platforms := $(me)
564802b01ded 8199451: Create linux-aarch64 cross-compilation devkit, and fix cross-compilation
ihse
parents: 48839
diff changeset
    77
endif
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    78
target_platforms := $(platforms)
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    79
$(info host_platforms $(host_platforms))
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    80
$(info target_platforms $(target_platforms))
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    81
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
    82
all compile : $(platforms)
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    83
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    84
ifeq (,$(SKIP_ME))
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
    85
  $(foreach p,$(filter-out $(me),$(platforms)),$(eval $(p) : $$(me)))
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    86
endif
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    87
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    88
OUTPUT_ROOT = $(abspath ../../build/devkit)
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    89
RESULT = $(OUTPUT_ROOT)/result
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
    90
52665
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
    91
submakevars = HOST=$@ BUILD=$(me) RESULT=$(RESULT) OUTPUT_ROOT=$(OUTPUT_ROOT)
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
    92
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    93
$(host_platforms) :
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
    94
	@echo 'Building compilers for $@'
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    95
	@echo 'Targets: $(target_platforms)'
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
    96
	for p in $(filter $@, $(target_platforms)) $(filter-out $@, $(target_platforms)); do \
52665
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
    97
	  $(MAKE) -f Tools.gmk download-rpms $(submakevars) \
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
    98
              TARGET=$$p PREFIX=$(RESULT)/$@-to-$$p && \
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
    99
	  $(MAKE) -f Tools.gmk all $(submakevars) \
52665
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
   100
              TARGET=$$p PREFIX=$(RESULT)/$@-to-$$p && \
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
   101
	  $(MAKE) -f Tools.gmk ccache $(submakevars) \
54148
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
   102
              TARGET=$@ PREFIX=$(RESULT)/$@-to-$$p || exit 1 ; \
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
   103
	done
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
   104
	@echo 'All done"'
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
   105
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
   106
today := $(shell date +%Y%m%d)
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
   107
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
   108
define Mktar
52665
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
   109
  $(1)-to-$(2)_tar = $$(RESULT)/sdk-$(1)-to-$(2)-$$(today).tar.gz
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
   110
  $$($(1)-to-$(2)_tar) : PLATFORM = $(1)-to-$(2)
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
   111
  TARFILES += $$($(1)-to-$(2)_tar)
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
   112
endef
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
   113
52665
61dcd7cd48c3 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis
parents: 52357
diff changeset
   114
$(foreach p,$(host_platforms),$(foreach t,$(target_platforms),$(eval $(call Mktar,$(p),$(t)))))
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
   115
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
   116
tars : all $(TARFILES)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
   117
onlytars : $(TARFILES)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
   118
%.tar.gz :
54148
62e4ada7c4c8 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj
parents: 52665
diff changeset
   119
	$(MAKE) -r -f Tars.gmk SRC_DIR=$(RESULT)/$(PLATFORM) TAR_FILE=$@
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
   120
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
   121
clean :
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
   122
	rm -rf $(addprefix ../../build/devkit/, result $(host_platforms))
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
   123
dist-clean: clean
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
   124
	rm -rf $(addprefix ../../build/devkit/, src download)
18021
680b9b43e2d6 8015377: Support using compiler devkits on Linux
erikj
parents:
diff changeset
   125
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18021
diff changeset
   126
FORCE :
48839
042834d56fbf 8196998: Create devkit for Linux with gcc 7.3
erikj
parents: 47253
diff changeset
   127
.PHONY : all compile tars $(configs) $(host_platforms) clean dist-clean