Joel Stanley | eb877af | 2015-10-25 14:33:50 +1030 | [diff] [blame^] | 1 | From 910ade7272f5263f2a9bcc390ffee9e825516595 Mon Sep 17 00:00:00 2001 |
Joel Stanley | 3e323ab | 2015-09-11 14:48:21 +1000 | [diff] [blame] | 2 | From: Joel Stanley <joel@jms.id.au> |
| 3 | Date: Fri, 11 Sep 2015 14:43:18 +0930 |
Joel Stanley | eb877af | 2015-10-25 14:33:50 +1030 | [diff] [blame^] | 4 | Subject: [PATCH 06/17] Revert "powerpc: Reject binutils 2.24 when building |
Joel Stanley | 3e323ab | 2015-09-11 14:48:21 +1000 | [diff] [blame] | 5 | little endian" |
| 6 | |
| 7 | This reverts commit 60e065f70bdb0b0e916389024922ad40f3270c96. |
| 8 | |
| 9 | We know better than Michael does; we carry a patch that fixes our |
| 10 | binutils. |
| 11 | |
| 12 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
| 13 | --- |
| 14 | arch/powerpc/Makefile | 8 -------- |
| 15 | 1 file changed, 8 deletions(-) |
| 16 | |
| 17 | diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile |
| 18 | index 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 | -- |
| 37 | 2.5.0 |
| 38 | |