diff options
Diffstat (limited to 'sys-kernel/linux-headers/files/linux-headers-2.6.8.1-arm-float.patch')
-rw-r--r-- | sys-kernel/linux-headers/files/linux-headers-2.6.8.1-arm-float.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-kernel/linux-headers/files/linux-headers-2.6.8.1-arm-float.patch b/sys-kernel/linux-headers/files/linux-headers-2.6.8.1-arm-float.patch deleted file mode 100644 index c6074f31bf27..000000000000 --- a/sys-kernel/linux-headers/files/linux-headers-2.6.8.1-arm-float.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- linux-2.6.8.1/arch/arm/Makefile.orig 2004-12-07 02:26:36.695053472 -0500 -+++ linux-2.6.8.1/arch/arm/Makefile 2004-12-07 02:26:48.792709574 -0500 -@@ -55,8 +55,8 @@ - tune-$(CONFIG_CPU_V6) :=-mtune=strongarm - - # Need -Uarm for gcc < 3.x --CFLAGS +=-mapcs-32 $(arch-y) $(tune-y) $(call check_gcc,-malignment-traps,-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) $(call check_gcc,-malignment-traps,-mshort-load-bytes) -msoft-float -Uarm -+AFLAGS +=-mapcs-32 $(arch-y) $(tune-y) -msoft-float - - CHECK := $(CHECK) -D__arm__=1 - |