65 lines
2.1 KiB
Plaintext
65 lines
2.1 KiB
Plaintext
# make.SIMSPARCSOLARISgnu - GNU compilation tools definitions for SIMSPARCSUNOS
|
|
#
|
|
# Copyright 1993-2003 Wind River Systems, Inc.
|
|
#
|
|
# modification history
|
|
# --------------------
|
|
# 02q,15dec03,dbt Updated to use sparc compiler.
|
|
# 02p,10dec03,yvp Added ABI_SPEC.
|
|
# 02o,07nov03,c_c Removed Compiler definitions.
|
|
# 02n,25mar03,jeg restored TOOLENV to simso
|
|
# 02m,19feb03,jeg update tool chain from ccsimso to ccsparc
|
|
# 02l,08may02,sn SPR 76627 - moved LD definitions here from BSP Makefile
|
|
# 02k,06may02,sn SPR 75835 - no special linker script needed for simulator
|
|
# relocatable links
|
|
# 02j,12feb02,sn removed obsolete refs to GCC_EXEC_PREFIX
|
|
# 02i,30oct01,tpw Standardize kernel links and bootrom conversions.
|
|
# 02h,11oct01,dat SPR 20403, OPTIM_DRIVER must have -fvolatile
|
|
# 02g,25sep01,dat Location of defs.gnu changed to tool/gnu
|
|
# 02f,16oct00,sn added include gnu; removed LIBS defn
|
|
# 02e,02apr98,pcn Removed Objcopy changes from Tempest view
|
|
# 02d,15dec97,pcn Added Objcopy in BSP build.
|
|
# 02c,18sep97,ms added ARCH_DIR
|
|
# 02b,04oct96,yp Added -B option so compiler driver doesn't need EXEC_PREFIX
|
|
# 02b,01oct96,dvs added MAKETAIL and CLEANTAIL
|
|
# +yp
|
|
# 02a,19dec95,ism Changed to SIMSPARCSOLARIS
|
|
# 01g,10nov95,jeh added NM rule.
|
|
# 01f,24oct95,dat removed unnecessary .s.o rule
|
|
# 01e,19jun95,srh made C++ compiler name specific to cfront.
|
|
# 01d,18jun95,srh added more C++ support.
|
|
# 01c,21may95,srh added C++ support.
|
|
# 01b,23aug93,rrr changed to use ccsparc
|
|
# 01a,22jun93,rrr derived from make.SPARCgnu.
|
|
#
|
|
# DESCRIPTION
|
|
# This file contains macros and flags to build the a.out version for
|
|
# the simsparcsunos processor.
|
|
#*/
|
|
|
|
CPU = SIMSPARCSOLARIS
|
|
TOOL = gnu
|
|
|
|
include $(TGT_DIR)/h/tool/gnu/defs.gnu
|
|
|
|
LD_COLLAPSE_SECTIONS =
|
|
|
|
CPU = SIMSPARCSOLARIS
|
|
TOOL = gnu
|
|
|
|
MAKETAIL =
|
|
CLEANTAIL =
|
|
|
|
CC_OPTIM_DRIVER = -fno-builtin -fvolatile
|
|
CC_OPTIM_NORMAL = -O2 -fstrength-reduce -fno-builtin
|
|
CC_OPTIM_TARGET = -O2 -fvolatile -fno-builtin
|
|
|
|
TOOLENV = sparc
|
|
VX_CPU_FAMILY = simso
|
|
ARCH_DIR = simsolaris
|
|
ABI_SPEC = sparc
|
|
|
|
CF =
|
|
|
|
# end of make.SIMSPARCSOLARISgnu
|