21 lines
489 B
Plaintext
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
|