|
@@ -25,6 +25,14 @@
|
|
|
BIG_ENDIAN = y
|
|
|
|
|
|
PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \
|
|
|
- -mshort-load-bytes -msoft-float -mbig-endian
|
|
|
+ -msoft-float -mbig-endian
|
|
|
+
|
|
|
+PLATFORM_CPPFLAGS += -mbig-endian -march=armv4 -mtune=strongarm1100
|
|
|
+# =========================================================================
|
|
|
+#
|
|
|
+# Supply options according to compiler version
|
|
|
+#
|
|
|
+# =========================================================================
|
|
|
+PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
|
|
|
+PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
|
|
|
|
|
|
-PLATFORM_CPPFLAGS += -mbig-endian -mapcs-32 -march=armv4 -mtune=strongarm1100
|