mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-20 16:09:21 +00:00
Merge
This commit is contained in:
commit
24b0b30f9e
@ -55,10 +55,13 @@ program_default_rule: all
|
||||
|
||||
program: $(ACTUAL_PROGRAM)
|
||||
|
||||
# reuse the mapfiles in the launcher's directory, the same should
|
||||
# be applicable to the tool launchers as well.
|
||||
FILES_m = $(BUILDDIR)/java/main/java/mapfile-$(ARCH)
|
||||
include $(BUILDDIR)/common/Mapfile-vers.gmk
|
||||
# Work-around for missing processor specific mapfiles
|
||||
ifndef CROSS_COMPILE_ARCH
|
||||
# reuse the mapfiles in the launcher's directory, the same should
|
||||
# be applicable to the tool launchers as well.
|
||||
FILES_m = $(BUILDDIR)/java/main/java/mapfile-$(ARCH)
|
||||
include $(BUILDDIR)/common/Mapfile-vers.gmk
|
||||
endif
|
||||
|
||||
include $(JDK_TOPDIR)/make/common/Rules.gmk
|
||||
|
||||
|
||||
@ -109,6 +109,8 @@ FMT = $(UTILS_COMMAND_PATH)fmt
|
||||
GDB = $(UTILS_USR_BIN_PATH)gdb
|
||||
GREP = $(UTILS_COMMAND_PATH)grep
|
||||
GUNZIP = $(UTILS_COMMAND_PATH)gunzip
|
||||
# GZIP is used for solaris. Linux and windows use tar czf
|
||||
GZIP = $(UTILS_COMMAND_PATH)gzip
|
||||
HEAD = $(UTILS_USR_BIN_PATH)head
|
||||
HG = hg
|
||||
ID = $(UTILS_COMMAND_PATH)id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user