xref: /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/config.mk (revision e82abaeb7f2a0833fccf90460c48b9f2100258f8)
1a47a12beSStefan Roese#
2a47a12beSStefan Roese# (C) Copyright 2002,2003 Motorola Inc.
3a47a12beSStefan Roese# Xianghua Xiao, X.Xiao@motorola.com
4a47a12beSStefan Roese#
51a459660SWolfgang Denk# SPDX-License-Identifier:	GPL-2.0+
6a47a12beSStefan Roese#
7a47a12beSStefan Roese
8*c6d12624SMasahiro YamadaPLATFORM_CPPFLAGS += -Wa,-me500 -msoft-float -mno-string
9a47a12beSStefan Roese
10a47a12beSStefan Roese# -mspe=yes is needed to have -mno-spe accepted by a buggy GCC;
11a47a12beSStefan Roese# see "[PATCH,rs6000] make -mno-spe work as expected" on
12a47a12beSStefan Roese# http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00311.html
13de04d64eSMasahiro YamadaPLATFORM_CPPFLAGS += $(call cc-option,-mspe=yes) \
14cca4e4aeSWolfgang Denk		   $(call cc-option,-mno-spe)
15