diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-28 16:37:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-28 16:37:02 +0000 |
commit | fb694ae0d0781bb1e40766c01b58160b77e52791 (patch) | |
tree | af496728c0aca8d2a289bc0427ec6c352151fe2d /packages/u-boot/files/fix-arm920t-eabi.patch | |
parent | ad396ce905ce081454d1546a806e5cf851198b09 (diff) | |
parent | fd5705c7b2b033c340e2396d69e7af5c7d1f00a4 (diff) |
merge of '28f5b60141cb1b866dcc89f47a6599c6b64dfbc0'
and 'd322189b0c434dffdfdb6b22847f6660c0e95ac6'
Diffstat (limited to 'packages/u-boot/files/fix-arm920t-eabi.patch')
-rw-r--r-- | packages/u-boot/files/fix-arm920t-eabi.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/u-boot/files/fix-arm920t-eabi.patch b/packages/u-boot/files/fix-arm920t-eabi.patch new file mode 100644 index 0000000000..9896388c8f --- /dev/null +++ b/packages/u-boot/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,)) |