summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-03 16:18:59 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-03 16:47:18 +0300
commitcee63e8ab6fe351ce0dc3458127a9f96644fce9c (patch)
tree078801f30bc7f1e1412147e46e91cf488f8c443c /soltools
parent72cd238dccdfc67abb8aee8810b7a7d6dd0d3c58 (diff)
No prod/include/CC/Cstd stuff with gcc
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