summaryrefslogtreecommitdiffstats
path: root/recipes/linux/files/linux-2.4-no-short-loads.patch
blob: f2d6c7422406eb83d5a05d31f2e10dd465d0527d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: arch/arm/Makefile
===================================================================
RCS file: /cvs/linux/kernel/arch/arm/Makefile,v
retrieving revision 1.47
diff -u -r1.47 Makefile
--- linux/arch/arm/Makefile	9 Jul 2003 14:10:56 -0000	1.47
+++ linux/arch/arm/Makefile	28 Apr 2004 21:11:04 -0000
@@ -60,8 +60,8 @@
 tune-$(CONFIG_CPU_XSCALE)	:=-mtune=xscale
 #tune-$(CONFIG_CPU_XSCALE)	:=-mtune=strongarm
 
-CFLAGS_BOOT	:=$(apcs-y) $(arch-y) $(tune-y) -mshort-load-bytes -msoft-float -Uarm
-CFLAGS		+=$(apcs-y) $(arch-y) $(tune-y) -mshort-load-bytes -msoft-float -Uarm
+CFLAGS_BOOT	:=$(apcs-y) $(arch-y) $(tune-y) -msoft-float -Uarm
+CFLAGS		+=$(apcs-y) $(arch-y) $(tune-y) -msoft-float -Uarm
 AFLAGS		+=$(apcs-y) $(arch-y) -msoft-float
 
 ifeq ($(CONFIG_CPU_26),y)