summaryrefslogtreecommitdiff
path: root/packages/linux/handhelds-pxa-2.6/eabi-enums.patch
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-10-25 12:25:49 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-10-25 12:25:49 +0000
commit470d7bce9c4ae413955a3ea05e5e9fb6caa3473b (patch)
treea672fe59b6779cb9f2e5b2301e7735034a44ef12 /packages/linux/handhelds-pxa-2.6/eabi-enums.patch
parentb1686e39be1ee5e18c64c0dda41af8ba5d5a568e (diff)
handhelds-pxa-2.6: Rename to linux-handhelds-2.6
* Naming consistent with recent conventions ("linux-" prefix) * Supports other subarchs besides PXA. * Closes #1524 * Approved by Koen Kooi
Diffstat (limited to 'packages/linux/handhelds-pxa-2.6/eabi-enums.patch')
-rw-r--r--packages/linux/handhelds-pxa-2.6/eabi-enums.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/linux/handhelds-pxa-2.6/eabi-enums.patch b/packages/linux/handhelds-pxa-2.6/eabi-enums.patch
deleted file mode 100644
index 9e5e9ec571..0000000000
--- a/packages/linux/handhelds-pxa-2.6/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
-
-
-