Commit 0fdebff
gccbpf: disable C++ (compiler-explorer#7161)
Older g++ versions were kind of working (by chance) for the BPF target.
With more recent, it's broken, so was not enabled. Having only "old"
compilers available in C++, but not in C is confusing, and not really
useful => hidding the existing C++ compilers.
fixes compiler-explorer#7116
Signed-off-by: Marc Poulhiès <[email protected]>1 parent e3e5c4e commit 0fdebff
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1529 | 1529 | | |
1530 | 1530 | | |
1531 | 1531 | | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
1532 | 1537 | | |
1533 | 1538 | | |
1534 | 1539 | | |
| |||
0 commit comments