diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-03 16:18:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-03 16:47:18 +0300 |
commit | cee63e8ab6fe351ce0dc3458127a9f96644fce9c (patch) | |
tree | 078801f30bc7f1e1412147e46e91cf488f8c443c /soltools/util/makefile.pmk | |
parent | 72cd238dccdfc67abb8aee8810b7a7d6dd0d3c58 (diff) |
No prod/include/CC/Cstd stuff with gcc
Diffstat (limited to 'soltools/util/makefile.pmk')
-rwxr-xr-x | soltools/util/makefile.pmk | 2 |
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 |