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