mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 20:39:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1844 311d38ba-8fff-0310-9ca6-ca027cbcb966
10 lines
465 B
Diff
10 lines
465 B
Diff
--- /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,))
|