Nobuhiro Iwamatsu | 7cd76e1 | 2012-07-06 08:53:02 +0900 | [diff] [blame] | 1 | # |
2 | # (C) Copyright 2002 | ||||
3 | # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> | ||||
4 | # | ||||
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
Nobuhiro Iwamatsu | 7cd76e1 | 2012-07-06 08:53:02 +0900 | [diff] [blame] | 6 | # |
7 | PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float | ||||
8 | |||||
9 | # Make ARMv5 to allow more compilers to work, even though its v7a. | ||||
10 | PLATFORM_CPPFLAGS += -march=armv5 |