No prod/include/CC/Cstd stuff with gcc

This commit is contained in:
Tor Lillqvist
2011-07-03 16:18:59 +03:00
parent 72cd238dcc
commit cee63e8ab6

View File

@@ -38,5 +38,7 @@ HELP_COMPATH:=$(subst,/binx, $(COMPATH:+"x"))
.ELSE # "$(COMPATH:+"x")" == "$(COMPATH:s/binx//)/binx" .ELSE # "$(COMPATH:+"x")" == "$(COMPATH:s/binx//)/binx"
HELP_COMPATH:=$(COMPATH) HELP_COMPATH:=$(COMPATH)
.ENDIF # "$(COMPATH:+"x")" == "$(COMPATH:s/binx//)/binx" .ENDIF # "$(COMPATH:+"x")" == "$(COMPATH:s/binx//)/binx"
.IF "$(COM)"!="GCC"
SOLARINC+=-I$(HELP_COMPATH)/prod/include/CC/Cstd SOLARINC+=-I$(HELP_COMPATH)/prod/include/CC/Cstd
.ENDIF .ENDIF
.ENDIF