Re: [LEDE-DEV] [PATCH 1/2] target/toolchain: Switch to xz compression instead of bz2

2017-09-05 Thread Karl Palsson
Koen Vandeputte wrote: > > On 2017-09-05 19:29, L. D. Pinney wrote: > > i7 4770K <--- Yes we all have these plus 64 GB of RAM don't we ? > This is not relevant as the benchmark was provided to show > relative differences .. (percentage) > > > I really understand your concern and I don't mind

Re: [LEDE-DEV] [PATCH 1/2] target/toolchain: Switch to xz compression instead of bz2

2017-09-05 Thread Koen Vandeputte
On 2017-09-05 12:39, Karl Palsson wrote: This is going to make builds _much_ slower :( Hi Karl, You are right, but the main reasons for this patch were: - Use same output as ie. target/SDK (cleanup) - Toolchain build is disabled by default (as is SDK) - Eventually switch to multithreaded ve

Re: [LEDE-DEV] [PATCH 1/2] target/toolchain: Switch to xz compression instead of bz2

2017-09-05 Thread Karl Palsson
This is going to make builds _much_ slower :( Koen Vandeputte wrote: > Switch to xz compression instead of bz2 > This reduces the output size here from 41M to 29M > > Signed-off-by: Koen Vandeputte > --- > target/toolchain/Makefile | 8 > 1 file changed, 4 insertions(+), 4 deletion

[LEDE-DEV] [PATCH 1/2] target/toolchain: Switch to xz compression instead of bz2

2017-09-04 Thread Koen Vandeputte
Switch to xz compression instead of bz2 This reduces the output size here from 41M to 29M Signed-off-by: Koen Vandeputte --- target/toolchain/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/toolchain/Makefile b/target/toolchain/Makefile index ef2dc68..