Fix a problem where multigcc.pl sometimes produces lines like "sh-elf-gcc: no input...
commitdff3c6d17592038365022935ed7c5af45a24ff90
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Wed, 30 Jun 2010 16:39:28 +0000 (30 16:39 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Wed, 30 Jun 2010 16:39:28 +0000 (30 16:39 +0000)
treec33159f1d516c3e5e373c1a13c1b8dbab661146c
parente2bdfc0003230094836f43d31b4f98a4c1d943c8
Fix a problem where 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 happened because the slice size was rounded up, which meant that in some cases there werere leftover slices.
Also remove the now unnecessary cores>files checking.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27196 a1c6a512-1295-4272-9138-f99709370657
tools/multigcc.pl