mirror of https://github.com/torvalds/linux.git
When passed -print-file-name=plugin, the dummy gcc script creates a
temporary directory that is never cleaned up. To avoid cluttering
$TMPDIR, instead use a static directory included in the source tree.
Fixes:
|
||
|---|---|---|
| .. | ||
| dummy-plugin-dir/include | ||
| gcc | ||
| ld | ||
| nm | ||
| objcopy | ||
| pahole | ||