1
0
Fork 0

powerpc: remove leftover code of old GCC version checks

Clean up the leftover of commit f2910f0e68 ("powerpc: remove old
GCC version checks").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
hifive-unleashed-5.1
Masahiro Yamada 2018-10-01 15:10:24 +09:00 committed by Michael Ellerman
parent f5e284803a
commit bad96de8d3
1 changed files with 0 additions and 8 deletions

View File

@ -422,10 +422,6 @@ else
endif
endif
# Use the file '.tmp_gas_check' for binutils tests, as gas won't output
# to stdout and these checks are run even on install targets.
TOUT := .tmp_gas_check
# Check toolchain versions:
# - gcc-4.6 is the minimum kernel-wide version so nothing required.
checkbin:
@ -436,7 +432,3 @@ checkbin:
echo -n '*** Please use a different binutils version.' ; \
false ; \
fi
CLEAN_FILES += $(TOUT)