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

21 lines
489 B
Plaintext

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