# make.STRONGARMdiabbe - Diab compilation tools definitions for STRONGARM # # modification history # -------------------- # 01e,14jan02,to move 'include defs.arm' after TOOL and CPU definitions to be # consistent with gnu ones # 01d,18dec01,to move common definitions to defs.arm # 01c,05dec01,jab change :tornado, :simple ,etc. to :vxworks55 # 01b,16nov01,t_m Change sysInit entry # 01a,08nov01,t_m Copied from make.ARMARCH4diabbe # # DESCRIPTION # This file contains STRONGARM specific definitions and flags for the # Diab tools (compiler, assembler, linker etc.) # CPU = STRONGARM TOOL = diabbe include $(TGT_DIR)/h/tool/diab/defs.arm TGT_FLAG = -tARMES:vxworks55 # end of make.STRONGARMdiabbe