binutils: fix build with host gcc < 4.9
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 2 Apr 2017 15:40:43 +0000 (17:40 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 24 May 2017 16:05:18 +0000 (18:05 +0200)
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 <hauke@hauke-m.de>

No differences found