38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
# make.PPC860sfgnu - GNU compilation tools definitions for PowerPC 860
|
|
#
|
|
# Copyright (c) 2005 Wind River Systems, Inc. The right to copy,
|
|
# distribute, modify, or otherwise make use of this software may
|
|
# be licensed only pursuant to the terms of an applicable Wind River
|
|
# license agreement.
|
|
#
|
|
# modification history
|
|
# --------------------
|
|
# 01b,21jun05,cjj added missing # in mod history
|
|
# 01a,20jun05,cjj written based on make.PPC860gnu version 01y.
|
|
# changed TOOL definition from gnu to sfgnu.
|
|
#
|
|
# DESCRIPTION
|
|
# This file contains PowerPC 860 specific definitions and flags for the
|
|
# gnu tools (compiler, assembler, linker etc.)
|
|
#*/
|
|
|
|
CPU = PPC860
|
|
TOOL = sfgnu
|
|
|
|
include $(TGT_DIR)/h/tool/common/defs.ppc
|
|
|
|
CC_OPTIM_DRIVER = -fno-builtin -fvolatile
|
|
CC_OPTIM_NORMAL = -O2 -fstrength-reduce -fno-builtin
|
|
CC_OPTIM_TARGET = -O2 -fvolatile -fno-builtin
|
|
CC_ARCH_SPEC = -mcpu=860 -mstrict-align -msoft-float
|
|
|
|
CF =
|
|
|
|
# No Cfront support for PowerPC
|
|
MAKETAIL =
|
|
CLEANTAIL =
|
|
|
|
GNULIBROOT = $(WIND_BASE)/host/$(WIND_HOST_TYPE)/lib/gcc-lib/
|
|
|
|
# end of make.PPC860sfgnu
|