xref: /openbmc/u-boot/arch/sh/cpu/sh4/config.mk (revision 8f0fec74)
1*8f0fec74SPeter Tyser#
2*8f0fec74SPeter Tyser# (C) Copyright 2000-2004
3*8f0fec74SPeter Tyser# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4*8f0fec74SPeter Tyser#
5*8f0fec74SPeter Tyser# (C) Copyright 2007
6*8f0fec74SPeter Tyser# Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7*8f0fec74SPeter Tyser#
8*8f0fec74SPeter Tyser# See file CREDITS for list of people who contributed to this
9*8f0fec74SPeter Tyser# project.
10*8f0fec74SPeter Tyser#
11*8f0fec74SPeter Tyser# This program is free software; you can redistribute it and/or
12*8f0fec74SPeter Tyser# modify it under the terms of the GNU General Public License as
13*8f0fec74SPeter Tyser# published by the Free Software Foundation; either version 2 of
14*8f0fec74SPeter Tyser# the License, or (at your option) any later version.
15*8f0fec74SPeter Tyser#
16*8f0fec74SPeter Tyser# This program is distributed in the hope that it will be useful,
17*8f0fec74SPeter Tyser# but WITHOUT ANY WARRANTY; without even the implied warranty of
18*8f0fec74SPeter Tyser# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19*8f0fec74SPeter Tyser# GNU General Public License for more details.
20*8f0fec74SPeter Tyser#
21*8f0fec74SPeter Tyser# You should have received a copy of the GNU General Public License
22*8f0fec74SPeter Tyser# along with this program; if not, write to the Free Software
23*8f0fec74SPeter Tyser# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24*8f0fec74SPeter Tyser# MA 02111-1307 USA
25*8f0fec74SPeter Tyser#
26*8f0fec74SPeter Tyser#
27*8f0fec74SPeter TyserPLATFORM_CPPFLAGS += -m4-nofpu
28*8f0fec74SPeter TyserPLATFORM_RELFLAGS += -ffixed-r13
29