Commit 52fe091
committed
gcc-with-cpychecker: Add CC_FOR_CPYCHECKER
gcc-with-cpychecker does not use CC to find gcc, in order to avoid forkbombing
when setting CC=gcc-with-cpychecker, and instead uses a hardcoded 'gcc'. This
means that when we want to use a specific gcc, we either needs to edit
gcc-with-cpychecker to adjust the filename, or use PATH settings to pick up
gcc (which may mean having to map somehow f.i. 'gcc-7' to 'gcc').
Add handling of CC_FOR_CPYCHECKER in gcc-with-cpychecker, to be able to easily
specify the gcc to be used.1 parent ef78bdc commit 52fe091
2 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
| |||
0 commit comments