Subversion Repositories DevTools

Rev

Rev 227 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# -*- mode: mak -*-
###############################################################################
# File:         MOS68KRM.DEF
# Contents:     MOS68K Rome platform defines
###############################################################################
#
#   Specify MOS_MRI toolset specific values for MOS in Rome under the MRI 68K
#   compiler
#
mri_compiler_flags      = -pCPU32 -Mcp -Md5 -KhA5 -Ku -nQ -Xp -zc -v

mri_compiler_opt        = -O -Ob -Ot
mri_compiler_no_opt     = -O -Ob -Ot

mri_compiler_gopt    ?= 
mri_compiler_no_gopt ?= -nOg

mri_compiler_strict_ansi    ?=
mri_compiler_no_strict_ansi ?=

mri_compiler_flags_debug    ?= -g -Gf
mri_compiler_flags_no_debug ?= -U_DEBUG         # Compiler bug. _DEBUG is defined by default

#