Commit e4b1a7b
committed
[notformerge] Make coreboot's buildgcc use a gzip'd gcc tarball
Decompressing GCC takes a significant amount of time. Gzip can be
decompressed using multiple threads (buildgcc will use `pigz` if
available), so this just trades decompression speed and download
time (download should only occur once anyway).
Signed-off-by: David Hendricks <david.hendricks@gmail.com>1 parent f9fe1af commit e4b1a7b
File tree
1 file changed
+23
-0
lines changed- examples/qemu/patches
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments