Commit bad96de8 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Michael Ellerman
Browse files

powerpc: remove leftover code of old GCC version checks



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

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarNicholas Piggin <npiggin@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent f5e28480
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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)