Skip to content

Commit

Permalink
powerpc: remove leftover code of old GCC version checks
Browse files Browse the repository at this point in the history
Clean up the leftover of commit f2910f0 ("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>
  • Loading branch information
Masahiro Yamada authored and Michael Ellerman committed Oct 4, 2018
1 parent f5e2848 commit bad96de
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/powerpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -436,7 +432,3 @@ checkbin:
echo -n '*** Please use a different binutils version.' ; \
false ; \
fi


CLEAN_FILES += $(TOUT)

0 comments on commit bad96de

Please sign in to comment.