blob: 3968fbcbf7c3e903be1270d53f1ee1c673d659fd [file] [log] [blame]
Joel Stanleyaaafb392015-10-28 15:52:12 +10301From a24b6a40ae28997b8543b5912dbcb69be94c3e69 Mon Sep 17 00:00:00 2001
Joel Stanley3e323ab2015-09-11 14:48:21 +10002From: Joel Stanley <joel@jms.id.au>
3Date: Fri, 11 Sep 2015 14:43:18 +0930
Joel Stanleyeb877af2015-10-25 14:33:50 +10304Subject: [PATCH 06/17] Revert "powerpc: Reject binutils 2.24 when building
Joel Stanley3e323ab2015-09-11 14:48:21 +10005 little endian"
6
7This reverts commit 60e065f70bdb0b0e916389024922ad40f3270c96.
8
9We know better than Michael does; we carry a patch that fixes our
10binutils.
11
12Signed-off-by: Joel Stanley <joel@jms.id.au>
13---
14 arch/powerpc/Makefile | 8 --------
15 1 file changed, 8 deletions(-)
16
17diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
18index 05f464e..b2ae85d 100644
19--- a/arch/powerpc/Makefile
20+++ b/arch/powerpc/Makefile
21@@ -358,14 +358,6 @@ checkbin:
22 echo 'disable kernel modules' ; \
23 false ; \
24 fi
25- @if test "x${CONFIG_CPU_LITTLE_ENDIAN}" = "xy" \
26- && $(LD) --version | head -1 | grep ' 2\.24$$' >/dev/null ; then \
27- echo -n '*** binutils 2.24 miscompiles weak symbols ' ; \
28- echo 'in some circumstances.' ; \
29- echo -n '*** Please use a different binutils version.' ; \
30- false ; \
31- fi
32-
33
34 CLEAN_FILES += $(TOUT)
35
36--
372.5.0
38