Subversion Repositories DevTools

Rev

Rev 227 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 237
Line 5... Line 5...
5
###############################################################################
5
###############################################################################
6
#
6
#
7
#   Specify MOS_MRI toolset specific values for MOS in Rome under the MRI 68K
7
#   Specify MOS_MRI toolset specific values for MOS in Rome under the MRI 68K
8
#   compiler
8
#   compiler
9
#
9
#
10
mri_compiler_flags  = -pCPU32 -Mcp -Md5 -KhA5 -Ku -Gf -nQ -Xp -zc
10
mri_compiler_flags      = -pCPU32 -Mcp -Md5 -KhA5 -Ku -nQ -Xp -zc -v
-
 
11
 
11
mri_compiler_opt    = -Ot -Oc -Oi -Ol -Or -nOb
12
mri_compiler_opt        = -O -Ob -Ot
-
 
13
mri_compiler_no_opt     = -O -Ob -Ot
-
 
14
 
-
 
15
mri_compiler_gopt    ?=	
-
 
16
mri_compiler_no_gopt ?=	-nOg
-
 
17
 
-
 
18
mri_compiler_strict_ansi    ?=
-
 
19
mri_compiler_no_strict_ansi ?=
-
 
20
 
-
 
21
mri_compiler_flags_debug    ?= -g -Gf
-
 
22
mri_compiler_flags_no_debug ?= -U_DEBUG         # Compiler bug. _DEBUG is defined by default
12
 
23
 
13
#
24
#