blob: 44d69add68003727fd9a44021d8e10586b2bfd2b [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
wdenk9c53f402003-10-15 23:53:47 +00002#
3# (C) Copyright 2002,2003 Motorola Inc.
4# Xianghua Xiao, X.Xiao@motorola.com
wdenk9c53f402003-10-15 23:53:47 +00005
Masahiro Yamadaf36ffc42014-07-30 14:08:24 +09006PLATFORM_CPPFLAGS += -Wa,-me500 -msoft-float -mno-string
Leon Woestenberg15bf2832009-10-26 10:03:32 +01007
8# -mspe=yes is needed to have -mno-spe accepted by a buggy GCC;
9# see "[PATCH,rs6000] make -mno-spe work as expected" on
10# http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00311.html
Masahiro Yamada05733592013-11-26 10:53:58 +090011PLATFORM_CPPFLAGS += $(call cc-option,-mspe=yes) \
Wolfgang Denk9209ed52011-11-01 20:54:02 +000012 $(call cc-option,-mno-spe)