blob: aefb0f1fb4ffeae8af4b19e4786323ff511e7fa6 (
plain)
1
2
3
4
5
6
7
8
|
#
# (C) Copyright 2004 Freescale Semiconductor.
# Jeff Brown
#
# SPDX-License-Identifier: GPL-2.0+
#
PLATFORM_CPPFLAGS += -mcpu=7400 -mstring -maltivec -mabi=altivec -msoft-float
|