Skip to content
Snippets Groups Projects
Commit 4e7067f3 authored by Michal Simek's avatar Michal Simek Committed by Albert ARIBAUD
Browse files

arm: Remove additional config flags


These options are just duplicated from arch/arm/cpu/armv7/config.mk

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 63ee53a7
No related branches found
No related tags found
No related merge requests found
PLATFORM_CPPFLAGS += -march=armv7-a
......@@ -20,15 +20,6 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
# Make ARMv5 to allow more compilers to work, even though its v7a.
PLATFORM_CPPFLAGS += -march=armv5
# =========================================================================
#
# Supply options according to compiler version
#
# =========================================================================
PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,\
$(call cc-option,-malignment-traps,))
PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment