- Status Closed
- Percent Complete
- Task Type Patches
- Category Infrastructure → Build environment
-
Assigned To
Björn Stenberg - Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Release 3.6
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by Frank Gevaerts - 2010-06-29
Last edited by Frank Gevaerts - 2010-06-30
Opened by Frank Gevaerts - 2010-06-29
Last edited by Frank Gevaerts - 2010-06-30
FS#11447 - Make multigcc.pl not call gcc with no files
multigcc.pl sometimes produces lines like “sh-elf-gcc: no input files”, especially on systems with many cores and for builds with (relatively) few files.
This is because the slice size is rounded up, which means that in some cases there are leftover slices.
The attached patch changes the slice handling a bit to fix this, and also makes the cores>files checking unnecessary.
Closed by Frank Gevaerts
2010-06-30 16:40
Reason for closing: Accepted
Additional comments about closing:
2010-06-30 16:40
Reason for closing: Accepted
Additional comments about closing:
Committed as r27196