2008-08-30 22:39:46 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2002
|
2009-05-13 08:54:10 +00:00
|
|
|
# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
|
2008-08-30 22:39:46 +00:00
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2008-08-30 22:39:46 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# Make ARMv5 to allow more compilers to work, even though its v6.
|
|
|
|
PLATFORM_CPPFLAGS += -march=armv5t
|
|
|
|
# =========================================================================
|
|
|
|
#
|
|
|
|
# Supply options according to compiler version
|
|
|
|
#
|
|
|
|
# =========================================================================
|
2011-11-01 20:54:02 +00:00
|
|
|
PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,\
|
|
|
|
$(call cc-option,-malignment-traps,))
|
|
|
|
PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)
|