summaryrefslogtreecommitdiff
path: root/packages/uboot/files
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-02-14 16:34:08 +0000
committerKoen Kooi <koen@openembedded.org>2007-02-14 16:34:08 +0000
commit2a49beee973cefc70b164d92b95a8f74973a67df (patch)
tree44c7507c217bf1287f77c7a9012de1b213fa4766 /packages/uboot/files
parentf7c7958d650d95f0d98ac3c578e8ecc0140242e4 (diff)
uboot gta01: add patch to get around EABI version 0 versus version 4 problems
Diffstat (limited to 'packages/uboot/files')
-rw-r--r--packages/uboot/files/fix-arm920t-eabi.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/uboot/files/fix-arm920t-eabi.patch b/packages/uboot/files/fix-arm920t-eabi.patch
new file mode 100644
index 0000000000..9896388c8f
--- /dev/null
+++ b/packages/uboot/files/fix-arm920t-eabi.patch
@@ -0,0 +1,9 @@
+--- /tmp/config.mk 2007-02-14 17:23:15.000000000 +0100
++++ git/cpu/arm920t/config.mk 2007-02-14 17:23:38.475251000 +0100
+@@ -30,5 +30,5 @@
+ # Supply options according to compiler version
+ #
+ # =========================================================================
+-PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
++PLATFORM_CPPFLAGS +=$(call cc-option)
+ PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))