From 1e2d2eb33a5fba729445a71ce855c4536c909de5 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 1 Jun 2007 11:26:28 +0000 Subject: uboot: added U-Boot for fic-gta01 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1844 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/uboot/files/fix-arm920t-eabi.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/packages/uboot/files/fix-arm920t-eabi.patch (limited to 'meta/packages/uboot/files') 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 000000000..9896388c8 --- /dev/null +++ b/meta/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,)) -- cgit v1.2.3