Message ID | 1535336888-12183-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | c9dfa0c796f2c21255c45fe85a72657a192e1a49 |
Headers | show |
Series | parisc: remove check for minimum required GCC version | expand |
diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index 5ce0302..d047a09 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile @@ -156,12 +156,3 @@ define archhelp @echo ' copy to $$(INSTALL_PATH)' @echo ' zinstall - Install compressed vmlinuz kernel' endef - -# we require gcc 3.3 or above to compile the kernel -archprepare: checkbin -checkbin: - @if test "$(cc-version)" -lt "0303"; then \ - echo -n "Sorry, GCC v3.3 or above is required to build " ; \ - echo "the kernel." ; \ - false ; \ - fi
Commit cafa0010cd51 ("Raise the minimum required gcc version to 4.6") bumped the minimum GCC version to 4.6 for all architectures. The version check in arch/parisc/Makefile is obsolete now. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/parisc/Makefile | 9 --------- 1 file changed, 9 deletions(-) -- 2.7.4