blob: 3a36ab65e122fb5a120912628f1946a8efebbd4a (
plain)
1
2
3
4
5
6
7
8
9
|
#
# (C) Copyright 2002
# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
#
# SPDX-License-Identifier: GPL-2.0+
#
# Make ARMv5 to allow more compilers to work, even though its v7a.
PLATFORM_CPPFLAGS += -march=armv5
|