Re: [OpenWrt-Devel] [PATCH] musl: fix build on sh3

2015-09-18 Thread Zoltan HERPAI
Felix Fietkau wrote: On 2015-09-16 09:27, John Crispin wrote: Hi, On 14/09/2015 10:38, Zoltan HERPAI wrote: musl fails to build when compiled with gcc on sh3 (GCC target/#67260). Work it around. Signed-off-by: Zoltan HERPAI --- toolchain/musl/common.mk |5 +

Re: [OpenWrt-Devel] [PATCH] musl: fix build on sh3

2015-09-16 Thread John Crispin
Hi, On 14/09/2015 10:38, Zoltan HERPAI wrote: > musl fails to build when compiled with gcc on sh3 (GCC target/#67260). > Work it around. > > Signed-off-by: Zoltan HERPAI > --- > toolchain/musl/common.mk |5 + > 1 file changed, 5 insertions(+) > > diff --git

Re: [OpenWrt-Devel] [PATCH] musl: fix build on sh3

2015-09-16 Thread Felix Fietkau
On 2015-09-16 09:27, John Crispin wrote: > Hi, > > On 14/09/2015 10:38, Zoltan HERPAI wrote: >> musl fails to build when compiled with gcc on sh3 (GCC target/#67260). >> Work it around. >> >> Signed-off-by: Zoltan HERPAI >> --- >> toolchain/musl/common.mk |5 + >> 1

[OpenWrt-Devel] [PATCH] musl: fix build on sh3

2015-09-14 Thread Zoltan HERPAI
musl fails to build when compiled with gcc on sh3 (GCC target/#67260). Work it around. Signed-off-by: Zoltan HERPAI --- toolchain/musl/common.mk |5 + 1 file changed, 5 insertions(+) diff --git a/toolchain/musl/common.mk b/toolchain/musl/common.mk index