make/gensrc/GensrcAdlc.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff make/gensrc/GensrcAdlc.gmk

make/gensrc/GensrcAdlc.gmk

Print this page
rev 12400 : 8168503: JEP 297: Unified arm32/arm64 Port
Reviewed-by: kvn, enevill, ihse, dholmes, erik, coleenp, cjplummer

*** 112,121 **** --- 112,125 ---- ADLCFLAGS += -D_LP64=1 else ADLCFLAGS += -U_LP64 endif + ifeq ($(HOTSPOT_TARGET_CPU_ARCH), arm) + ADLCFLAGS += -DARM=1 + endif + ############################################################################## # Concatenate all ad source files into a single file, which will be fed to # adlc. Also include a #line directive at the start of every included file # (after the initial header block), stating the original source file name. #
make/gensrc/GensrcAdlc.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File