jdk/make/common/Program.gmk
changeset 9455 5675b83ad5eb
parent 9275 1df1f7dfab7f
child 12047 320a714614e9
equal deleted inserted replaced
9398:5d86d0c7692e 9455:5675b83ad5eb
    53 # Make sure the default rule is all
    53 # Make sure the default rule is all
    54 program_default_rule: all
    54 program_default_rule: all
    55 
    55 
    56 program: $(ACTUAL_PROGRAM)
    56 program: $(ACTUAL_PROGRAM)
    57 
    57 
    58 # reuse the mapfiles in the launcher's directory, the same should
    58 # Work-around for missing processor specific mapfiles
    59 # be applicable to the tool launchers as well.
    59 ifndef CROSS_COMPILE_ARCH
    60 FILES_m = $(BUILDDIR)/java/main/java/mapfile-$(ARCH)
    60   # reuse the mapfiles in the launcher's directory, the same should
    61 include $(BUILDDIR)/common/Mapfile-vers.gmk
    61   # be applicable to the tool launchers as well.
       
    62   FILES_m = $(BUILDDIR)/java/main/java/mapfile-$(ARCH)
       
    63   include $(BUILDDIR)/common/Mapfile-vers.gmk
       
    64 endif
    62 
    65 
    63 include $(JDK_TOPDIR)/make/common/Rules.gmk
    66 include $(JDK_TOPDIR)/make/common/Rules.gmk
    64 
    67 
    65 ifdef NEVER_ACT_AS_SERVER_CLASS_MACHINE
    68 ifdef NEVER_ACT_AS_SERVER_CLASS_MACHINE
    66 OTHER_CPPFLAGS += -DNEVER_ACT_AS_SERVER_CLASS_MACHINE
    69 OTHER_CPPFLAGS += -DNEVER_ACT_AS_SERVER_CLASS_MACHINE