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

34 lines
895 B
Plaintext

# make.SIMLINUXgnu - GNU compilation tools definitions for Linux VxSim
#
# modification history
# --------------------
# 01c,10dec03,yvp Added ABI_SPEC.
# 01b,07nov03,c_c Removed Compiler definitions.
# 01a,17apr03,dbt written from make.SIMNTgnu
#
# DESCRIPTION
# This file contains Linux VxSim specific definitions and flags for the GNU
# software generation tools (compiler, assembler, linker etc.).
#*/
CPU = SIMLINUX
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=) i486
CC_ARCH_SPEC = -mcpu=i486 -march=i486
TOOLENV = pentium
VX_CPU_FAMILY = simlinux
ARCH_DIR = simlinux
ABI_SPEC = x86
CF =
# end of make.SIMNTgnu