diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-01 11:26:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-01 11:26:28 +0000 |
commit | 1e2d2eb33a5fba729445a71ce855c4536c909de5 (patch) | |
tree | 1fdfb3918981274cc622cc32307dbfec1b9d0c5c /meta/packages/uboot/files | |
parent | ea605d307c7935119ce75b411beb8890565f73fe (diff) | |
download | poky-1e2d2eb33a5fba729445a71ce855c4536c909de5.tar.gz |
uboot: added U-Boot for fic-gta01
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1844 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/uboot/files')
-rw-r--r-- | meta/packages/uboot/files/fix-arm920t-eabi.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/uboot/files/fix-arm920t-eabi.patch b/meta/packages/uboot/files/fix-arm920t-eabi.patch new file mode 100644 index 0000000000..9896388c8f --- /dev/null +++ b/meta/packages/uboot/files/fix-arm920t-eabi.patch | |||
@@ -0,0 +1,9 @@ | |||
1 | --- /tmp/config.mk 2007-02-14 17:23:15.000000000 +0100 | ||
2 | +++ git/cpu/arm920t/config.mk 2007-02-14 17:23:38.475251000 +0100 | ||
3 | @@ -30,5 +30,5 @@ | ||
4 | # Supply options according to compiler version | ||
5 | # | ||
6 | # ========================================================================= | ||
7 | -PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) | ||
8 | +PLATFORM_CPPFLAGS +=$(call cc-option) | ||
9 | PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) | ||