summaryrefslogtreecommitdiff
path: root/packages/linux/ep93xx-kernel/eabi-enums.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/ep93xx-kernel/eabi-enums.patch')
-rw-r--r--packages/linux/ep93xx-kernel/eabi-enums.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/linux/ep93xx-kernel/eabi-enums.patch b/packages/linux/ep93xx-kernel/eabi-enums.patch
deleted file mode 100644
index 9e5e9ec571..0000000000
--- a/packages/linux/ep93xx-kernel/eabi-enums.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: linux-2.6.16/arch/arm/Makefile
-===================================================================
---- linux-2.6.16.orig/arch/arm/Makefile 2006-03-20 05:53:29.000000000 +0000
-+++ linux-2.6.16/arch/arm/Makefile 2006-04-24 20:10:27.000000000 +0100
-@@ -57,7 +57,7 @@
- tune-$(CONFIG_CPU_V6) :=$(call cc-option,-mtune=arm1136j-s,-mtune=strongarm)
-
- ifeq ($(CONFIG_AEABI),y)
--CFLAGS_ABI :=-mabi=aapcs -mno-thumb-interwork
-+CFLAGS_ABI :=-mabi=aapcs-linux -mno-thumb-interwork
- else
- CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,)
- endif
-
-
-