]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/nslu2-linksys-kernel-2.4.22/short_loadbytes.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / nslu2-linksys-kernel-2.4.22 / short_loadbytes.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- linux-2.4.22/arch/arm/Makefile~short_loadbytes      2004-09-08 19:34:45.000000000 -0500
7 +++ linux-2.4.22/arch/arm/Makefile      2004-09-08 19:34:53.000000000 -0500
8 @@ -74,8 +74,8 @@
9    tune-$(CONFIG_CPU_XSCALE)    :=-mtune=strongarm
10  endif
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) $(call check_gcc,-malignment-traps,-mshort-load-bytes) -msoft-float -Uarm
15 +CFLAGS         +=$(apcs-y) $(arch-y) $(tune-y) $(call check_gcc,-malignment-traps,-mshort-load-bytes) -msoft-float -Uarm
16  AFLAGS         +=$(apcs-y) $(arch-y) -msoft-float
17  
18  ifeq ($(CONFIG_CPU_26),y)