summaryrefslogtreecommitdiffstats
path: root/soltools
diff options
context:
space:
mode:
Diffstat (limited to 'soltools')
-rwxr-xr-xsoltools/util/makefile.pmk2
1 files changed, 2 insertions, 0 deletions
diff --git a/soltools/util/makefile.pmk b/soltools/util/makefile.pmk
index 003cf1c203c2..f00c98c109fd 100755
--- a/soltools/util/makefile.pmk
+++ b/soltools/util/makefile.pmk
@@ -38,5 +38,7 @@ HELP_COMPATH:=$(subst,/binx, $(COMPATH:+"x"))
.ELSE # "$(COMPATH:+"x")" == "$(COMPATH:s/binx//)/binx"
HELP_COMPATH:=$(COMPATH)
.ENDIF # "$(COMPATH:+"x")" == "$(COMPATH:s/binx//)/binx"
+.IF "$(COM)"!="GCC"
SOLARINC+=-I$(HELP_COMPATH)/prod/include/CC/Cstd
.ENDIF
+.ENDIF