2005-01-09 23:16:25 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2002
|
2009-05-13 08:54:10 +00:00
|
|
|
# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
|
2005-01-09 23:16:25 +00:00
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2005-01-09 23:16:25 +00:00
|
|
|
#
|
|
|
|
|
2005-01-12 00:15:14 +00:00
|
|
|
# Make ARMv5 to allow more compilers to work, even though its v6.
|
2005-10-04 20:38:24 +00:00
|
|
|
PLATFORM_CPPFLAGS += -march=armv5
|