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

21 lines
473 B
Plaintext

# make.ARMARCH6gnu - GNU compilation tools definitions for ARM architecture 6
#
# modification history
# --------------------
# 01a,06dec04,jb Copied from make.ARMARCH5gnu
#
# DESCRIPTION
# This file contains ARM Architecture 6 little-endian-specific definitions
# and flags for the GNU software generation tools (compiler, assembler,
# linker etc.).
#*/
CPU = ARMARCH6
TOOL = gnu
include $(TGT_DIR)/h/tool/gnu/defs.arm
CC_ARCH_SPEC = -t5
# end of make.ARMARCH6gnu