make/solaris/makefiles/adlc.make

Print this page

        

*** 60,73 **** # set INCLUDES for C preprocessor Src_Dirs_I += $(GAMMADIR)/src/share/vm/adlc $(GENERATED) INCLUDES += $(Src_Dirs_I:%=-I%) # set flags for adlc compilation ! CPPFLAGS = $(SYSDEFS) $(INCLUDES) # Force assertions on. ! CPPFLAGS += -DASSERT ifndef USE_GCC # We need libCstd.so for adlc CFLAGS += -library=Cstd -g LFLAGS += -library=Cstd -g --- 60,73 ---- # set INCLUDES for C preprocessor Src_Dirs_I += $(GAMMADIR)/src/share/vm/adlc $(GENERATED) INCLUDES += $(Src_Dirs_I:%=-I%) # set flags for adlc compilation ! CXXFLAGS = $(SYSDEFS) $(INCLUDES) # Force assertions on. ! CXXFLAGS += -DASSERT ifndef USE_GCC # We need libCstd.so for adlc CFLAGS += -library=Cstd -g LFLAGS += -library=Cstd -g