Re: [LEDE-DEV] [PATCH] binutils: fix build with host gcc < 4.9

2017-04-03 Thread Felix Fietkau
On 2017-04-02 17:40, Hauke Mehrtens wrote: > binutils 2.27 checks if the target compiler supports -Wstack- > usage=262144, and also uses this setting for the host compiler. If the > host compiler is gcc < 4.9 binutils build will fail. This backports 2 > commits which are fixing this problem for bin

[LEDE-DEV] [PATCH] binutils: fix build with host gcc < 4.9

2017-04-02 Thread Hauke Mehrtens
binutils 2.27 checks if the target compiler supports -Wstack- usage=262144, and also uses this setting for the host compiler. If the host compiler is gcc < 4.9 binutils build will fail. This backports 2 commits which are fixing this problem for binutils 2.28. Signed-off-by: Hauke Mehrtens --- I