comparison make/solaris/makefiles/rules.make @ 2199:d8a72fbc4be7

7003401: Implement VM error-reporting functionality on erroneous termination Summary: Add support for distribution-specific error reporting Reviewed-by: coleenp, phh, jcoomes, ohair
author kamg
date Tue, 08 Feb 2011 17:20:45 -0500
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2197:5e139f767ddb 2199:d8a72fbc4be7
144 # Include NONPIC_OBJ_FILES definition 144 # Include NONPIC_OBJ_FILES definition
145 ifndef LP64 145 ifndef LP64
146 include $(GAMMADIR)/make/pic.make 146 include $(GAMMADIR)/make/pic.make
147 endif 147 endif
148 148
149 include $(GAMMADIR)/make/altsrc.make
150
149 # Sun compiler for 64 bit Solaris does not support building non-PIC object files. 151 # Sun compiler for 64 bit Solaris does not support building non-PIC object files.
150 ifdef LP64 152 ifdef LP64
151 %.o: %.cpp 153 %.o: %.cpp
152 @echo Compiling $< 154 @echo Compiling $<
153 $(QUIETLY) $(REMOVE_TARGET) 155 $(QUIETLY) $(REMOVE_TARGET)