Skip to content

Commit 8821031

Browse files
geertuRussell King (Oracle)
authored andcommitted
ARM: 9116/1: unified: Remove check for gcc < 4
Since commit cafa001 ("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>
1 parent da0b9ee commit 8821031

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm/include/asm/unified.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ __asm__(".syntax unified");
2424

2525
#ifdef CONFIG_THUMB2_KERNEL
2626

27-
#if __GNUC__ < 4
28-
#error Thumb-2 kernel requires gcc >= 4
29-
#endif
30-
3127
/* The CPSR bit describing the instruction set (Thumb) */
3228
#define PSR_ISETSTATE PSR_T_BIT
3329

0 commit comments

Comments
 (0)