mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
ea37f0b312
- The correct way to build with thumb mode is to select SYS_THUMB_BUILD - We should be setting -march=armv7-m in arch/arm/Makefile not the sub-config.mk file. Signed-off-by: Tom Rini <trini@konsulko.com>
6 lines
142 B
Makefile
6 lines
142 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2015
|
|
# Kamil Lulko, <kamil.lulko@gmail.com>
|
|
|
|
PLATFORM_CPPFLAGS += -mno-unaligned-access
|