summaryrefslogtreecommitdiff
blob: c6074f31bf2756511bd75db14cb26cc5e151c22e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- linux-2.6.8.1/arch/arm/Makefile.orig	2004-12-07 02:26:36.695053472 -0500
+++ linux-2.6.8.1/arch/arm/Makefile	2004-12-07 02:26:48.792709574 -0500
@@ -55,8 +55,8 @@
 tune-$(CONFIG_CPU_V6)		:=-mtune=strongarm
 
 # Need -Uarm for gcc < 3.x
-CFLAGS		+=-mapcs-32 $(arch-y) $(tune-y) $(call check_gcc,-malignment-traps,-mshort-load-bytes) -msoft-float -Wa,-mno-fpu -Uarm
-AFLAGS		+=-mapcs-32 $(arch-y) $(tune-y) -msoft-float -Wa,-mno-fpu
+CFLAGS		+=-mapcs-32 $(arch-y) $(tune-y) $(call check_gcc,-malignment-traps,-mshort-load-bytes) -msoft-float -Uarm
+AFLAGS		+=-mapcs-32 $(arch-y) $(tune-y) -msoft-float
 
 CHECK		:= $(CHECK) -D__arm__=1