summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/ppc4xx/config.mk
blob: 9cb41bb3b53cb10bb500ee5bbe777ef0ca74725c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# (C) Copyright 2000-2010
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier:	GPL-2.0+
#

PLATFORM_CPPFLAGS += -mstring -msoft-float

ifneq (,$(CONFIG_440))
PLATFORM_CPPFLAGS += -Wa,-m440 -mcpu=440
else
PLATFORM_CPPFLAGS += -Wa,-m405 -mcpu=405
endif
OpenPOWER on IntegriCloud