blob: 6adff6d6bed8d302ae1f05efa08527a641649d1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|