python-2.6.6: backport pkgconfig support from version 2.7.1 and bump PR
[openembedded.git] / recipes / u-boot / u-boot-mkimage-1.3.2 / fix-arm920t-eabi.patch
blob69cb75891da72ebf057126277489f73af0d19ad6
1 ---
2 cpu/arm920t/config.mk | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-)
5 --- u-boot-1.3.2.orig/cpu/arm920t/config.mk
6 +++ u-boot-1.3.2/cpu/arm920t/config.mk
7 @@ -22,13 +22,13 @@
10 PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \
11 -msoft-float
13 -PLATFORM_CPPFLAGS += -march=armv4
14 +#PLATFORM_CPPFLAGS += -march=armv4
15 # =========================================================================
17 # Supply options according to compiler version
19 # =========================================================================
20 -PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
21 +PLATFORM_CPPFLAGS +=$(call cc-option)
22 PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))