Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 9116/1: unified: Remove check for gcc < 4

Since commit cafa0010cd51fb71 ("Raise the minimum required gcc version
to 4.6"), the kernel can no longer be compiled using gcc-3.
Hence this condition is never true, and the check can thus be removed.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>

authored by

Geert Uytterhoeven and committed by
Russell King (Oracle)
88210317 da0b9ee4

-4
-4
arch/arm/include/asm/unified.h
··· 24 24 25 25 #ifdef CONFIG_THUMB2_KERNEL 26 26 27 - #if __GNUC__ < 4 28 - #error Thumb-2 kernel requires gcc >= 4 29 - #endif 30 - 31 27 /* The CPSR bit describing the instruction set (Thumb) */ 32 28 #define PSR_ISETSTATE PSR_T_BIT 33 29