xref: /openbmc/u-boot/arch/arm/cpu/pxa/config.mk (revision 84ad6884)
1*84ad6884SPeter Tyser#
2*84ad6884SPeter Tyser# (C) Copyright 2002
3*84ad6884SPeter Tyser# Sysgo Real-Time Solutions, GmbH <www.elinos.com>
4*84ad6884SPeter Tyser# Marius Groeger <mgroeger@sysgo.de>
5*84ad6884SPeter Tyser#
6*84ad6884SPeter Tyser# See file CREDITS for list of people who contributed to this
7*84ad6884SPeter Tyser# project.
8*84ad6884SPeter Tyser#
9*84ad6884SPeter Tyser# This program is free software; you can redistribute it and/or
10*84ad6884SPeter Tyser# modify it under the terms of the GNU General Public License as
11*84ad6884SPeter Tyser# published by the Free Software Foundation; either version 2 of
12*84ad6884SPeter Tyser# the License, or (at your option) any later version.
13*84ad6884SPeter Tyser#
14*84ad6884SPeter Tyser# This program is distributed in the hope that it will be useful,
15*84ad6884SPeter Tyser# but WITHOUT ANY WARRANTY; without even the implied warranty of
16*84ad6884SPeter Tyser# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17*84ad6884SPeter Tyser# GNU General Public License for more details.
18*84ad6884SPeter Tyser#
19*84ad6884SPeter Tyser# You should have received a copy of the GNU General Public License
20*84ad6884SPeter Tyser# along with this program; if not, write to the Free Software
21*84ad6884SPeter Tyser# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
22*84ad6884SPeter Tyser# MA 02111-1307 USA
23*84ad6884SPeter Tyser#
24*84ad6884SPeter Tyser
25*84ad6884SPeter TyserPLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
26*84ad6884SPeter Tyser
27*84ad6884SPeter TyserPLATFORM_CPPFLAGS += -march=armv5te -mtune=xscale
28*84ad6884SPeter Tyser# =========================================================================
29*84ad6884SPeter Tyser#
30*84ad6884SPeter Tyser# Supply options according to compiler version
31*84ad6884SPeter Tyser#
32*84ad6884SPeter Tyser# ========================================================================
33*84ad6884SPeter TyserPLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
34