]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/linux-colinux-2.4.28/shortloadbytes.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / linux-colinux-2.4.28 / shortloadbytes.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- linux-2.4.27/arch/arm/Makefile~shortloadbytes       2004-11-27 15:32:10.906865000 -0500
7 +++ linux-2.4.27/arch/arm/Makefile      2004-11-27 15:32:16.891955488 -0500
8 @@ -50,8 +50,8 @@
9  tune-$(CONFIG_CPU_SA110)       :=-mtune=strongarm110
10  tune-$(CONFIG_CPU_SA1100)      :=-mtune=strongarm1100
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)