diff options
Diffstat (limited to 'packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch')
-rw-r--r-- | packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch b/packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch deleted file mode 100644 index fa059f29cd..0000000000 --- a/packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- linux-2.6.7/arch/arm/Makefile.orig 2004-06-15 22:19:13.000000000 -0700 -+++ linux-2.6.7/arch/arm/Makefile 2004-09-19 21:47:58.000000000 -0700 -@@ -55,8 +55,8 @@ - tune-$(CONFIG_CPU_V6) :=-mtune=strongarm - - # Need -Uarm for gcc < 3.x --CFLAGS +=-mapcs-32 $(arch-y) $(tune-y) -mshort-load-bytes -msoft-float -Wa,-mno-fpu -Uarm --AFLAGS +=-mapcs-32 $(arch-y) $(tune-y) -msoft-float -Wa,-mno-fpu -+CFLAGS +=-mapcs-32 $(arch-y) $(tune-y) -msoft-float -Uarm -+AFLAGS +=-mapcs-32 $(arch-y) $(tune-y) -msoft-float - - #Default value - DATAADDR := . |