aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libogg
AgeCommit message (Expand)Author
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
2010-04-12recipes: add missing checksumsMartin Jansa
2009-11-30libtheora: update to version 1.1.1Henning Heinold
2009-11-30libogg: update to version 1.1.4Henning Heinold
2009-03-30libtheora: added staging to get ffmpeg buildMarcin Juszkiewicz
2009-03-30libtheora_1.0.bb : Do not build libtheora docs/examples since this will tryUlf Samuelsson
2009-03-29libtheora: don't build the exampleswoglinde
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
ption> OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/uboot/files/fix-arm920t-eabi.patch
blob: 69cb75891da72ebf057126277489f73af0d19ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
 cpu/arm920t/config.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- u-boot-1.3.2.orig/cpu/arm920t/config.mk
+++ u-boot-1.3.2/cpu/arm920t/config.mk
@@ -22,13 +22,13 @@
 #
 
 PLATFORM_RELFLAGS += -fno-strict-aliasing  -fno-common -ffixed-r8 \
 	-msoft-float
 
-PLATFORM_CPPFLAGS += -march=armv4
+#PLATFORM_CPPFLAGS += -march=armv4
 # =========================================================================
 #
 # 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,))