2002-09-05 14:50:51 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2002
|
|
|
|
# Sysgo Real-Time Solutions, GmbH <www.elinos.com>
|
|
|
|
# Marius Groeger <mgroeger@sysgo.de>
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2002-09-05 14:50:51 +00:00
|
|
|
#
|
|
|
|
|
2013-06-21 16:12:27 +00:00
|
|
|
PLATFORM_CPPFLAGS += -mcpu=xscale
|
2005-10-04 20:38:24 +00:00
|
|
|
# =========================================================================
|
|
|
|
#
|
|
|
|
# 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)
|