hotspot/build/linux/Makefile
changeset 223 5c3b023117d9
parent 1 489c9b5090e2
equal deleted inserted replaced
222:3d1795325749 223:5c3b023117d9
    76 endif
    76 endif
    77 
    77 
    78 # we need to set up LP64 correctly to satisfy sanity checks in adlc
    78 # we need to set up LP64 correctly to satisfy sanity checks in adlc
    79 ifneq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")
    79 ifneq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")
    80   MFLAGS += " LP64=1 "
    80   MFLAGS += " LP64=1 "
       
    81 endif
       
    82 
       
    83 # pass USE_SUNCC further, through MFLAGS
       
    84 ifdef USE_SUNCC
       
    85   MFLAGS += " USE_SUNCC=1 "
    81 endif
    86 endif
    82 
    87 
    83 # The following renders pathnames in generated Makefiles valid on
    88 # The following renders pathnames in generated Makefiles valid on
    84 # machines other than the machine containing the build tree.
    89 # machines other than the machine containing the build tree.
    85 #
    90 #