diff options
Diffstat (limited to 'recipes/linux/linux-colinux-2.4.28/nofpu.patch')
-rw-r--r-- | recipes/linux/linux-colinux-2.4.28/nofpu.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/linux/linux-colinux-2.4.28/nofpu.patch b/recipes/linux/linux-colinux-2.4.28/nofpu.patch new file mode 100644 index 0000000000..6adff6d6be --- /dev/null +++ b/recipes/linux/linux-colinux-2.4.28/nofpu.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- linux-2.4.27/arch/arm/Makefile~nofpu 2003-08-25 07:44:39.000000000 -0400 ++++ linux-2.4.27/arch/arm/Makefile 2004-11-27 15:32:10.906865360 -0500 +@@ -52,7 +52,7 @@ + + 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 +-AFLAGS +=$(apcs-y) $(arch-y) -mno-fpu -msoft-float ++AFLAGS +=$(apcs-y) $(arch-y) -msoft-float + + ifeq ($(CONFIG_CPU_26),y) + PROCESSOR := armo |