| 227 |
dpurdie |
1 |
# -*- mode: mak -*-
|
|
|
2 |
###############################################################################
|
|
|
3 |
# File: MOS68KRM.DEF
|
|
|
4 |
# Contents: MOS68K Rome platform defines
|
|
|
5 |
###############################################################################
|
|
|
6 |
#
|
|
|
7 |
# Specify MOS_MRI toolset specific values for MOS in Rome under the MRI 68K
|
|
|
8 |
# compiler
|
|
|
9 |
#
|
| 237 |
dpurdie |
10 |
mri_compiler_flags = -pCPU32 -Mcp -Md5 -KhA5 -Ku -nQ -Xp -zc -v
|
| 227 |
dpurdie |
11 |
|
| 237 |
dpurdie |
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
|
|
|
23 |
|
| 227 |
dpurdie |
24 |
#
|