Steve Sakoman | 1ad2158 | 2010-06-08 13:07:46 -0700 | [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+ |
Steve Sakoman | 1ad2158 | 2010-06-08 13:07:46 -0700 | [diff] [blame] | 6 | # |
Steve Sakoman | 1ad2158 | 2010-06-08 13:07:46 -0700 | [diff] [blame] | 7 | |
8 | # Make ARMv5 to allow more compilers to work, even though its v7a. | ||||
9 | PLATFORM_CPPFLAGS += -march=armv5 |