Commit 27c9b2e
Fix using -dumpfullversion for old compilers and clang
Fixes (non-fatal) error:
gcc: fatal error: no input files
produced by compilers which does not support -dumpfullversion
(includes old gcc and all clang).
It also uses $(CC) instead of hardcoded 'gcc' value.
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>1 parent cb294d9 commit 27c9b2e
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
0 commit comments