Files
vxWorks/h/tool/gnu/make.PENTIUM2gnu
2025-08-20 18:25:46 +08:00

45 lines
1.4 KiB
Plaintext

# make.PENTIUM2gnu - GNU compilation tools definitions for PENTIUM2
#
# modification history
# --------------------
# 01j,10dec03,yvp Added ABI_SPEC.
# 01i,07nov03,c_c Removed Compiler definitions.
# 01h,24apr02,pai redefined HLL_PREFIX for GNU ELF support (SPR 73382).
# 01g,12feb02,sn removed obsolete refs to GCC_EXEC_PREFIX
# 01f,21jan02,sn removed unused C++_TEMPLATE_INST
# 01e,06nov01,tpw Add %.old rule to facilitate conversions to old OMFs
# 01d,30oct01,tpw Standardize kernel links and bootrom conversions.
# 01c,25sep01,dat Location of defs.gnu changed to tool/gnu
# 01b,17aug01,max adjustments for new pentium toolchain
# 01a,15aug01,hdn written based on 01g version of make.PENTIUMgnu
#
# DESCRIPTION
# This file contains PENTIUM2 specific definitions and flags for the GNU
# software generation tools (compiler, assembler, linker etc.).
#*/
CPU = PENTIUM2
TOOL = gnu
include $(TGT_DIR)/h/tool/gnu/defs.gnu
CC_OPTIM_DRIVER = -fvolatile -nostdlib -fno-builtin -fno-defer-pop
CC_OPTIM_NORMAL = -O2 -nostdlib -fno-builtin -fno-defer-pop
CC_OPTIM_TARGET = -O2 -fvolatile -nostdlib -fno-builtin -fno-defer-pop
# Generate code for (-mcpu=) and schedule for (-march=) pentium
CC_ARCH_SPEC = -mcpu=pentiumpro -march=pentiumpro
TOOLENV = pentium
VX_CPU_FAMILY = pentium
ARCH_DIR = i86
ABI_SPEC = x86
CF =
HLL_PREFIX =
OBJCOPY_OLD_OMF = -O a.out-i386 --gap-fill=0
# end of make.PENTIUM2gnu