Subversion Repositories DevTools

Rev

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

Rev 6177 Rev 6276
Line 57... Line 57...
57
MRI_BIN=$(COMPILER_HOME)/bin
57
MRI_BIN=$(COMPILER_HOME)/bin
58
MRI_INC=$(COMPILER_HOME)/include/mcccf
58
MRI_INC=$(COMPILER_HOME)/include/mcccf
59
MRI_LIB=$(COMPILER_HOME)/lib
59
MRI_LIB=$(COMPILER_HOME)/lib
60
MRI_TMP=$(INTERFACEDIR)/mcccf
60
MRI_TMP=$(INTERFACEDIR)/mcccf
61
 
61
 
62
mri_assembler       = $(MRI_BIN)/asmcf
62
mri_assembler           = $(MRI_BIN)/asmcf
63
mri_compiler        = $(MRI_BIN)/mcccf
63
mri_compiler            = $(MRI_BIN)/mcccf
64
mri_cpp_compiler    = $(MRI_BIN)/ccccf
64
mri_cpp_compiler        = $(MRI_BIN)/ccccf
65
mri_linker          = $(MRI_BIN)/lnkcf
65
mri_linker              = $(MRI_BIN)/lnkcf
66
mri_librarian       = $(MRI_BIN)/libcf
66
mri_librarian           = $(MRI_BIN)/libcf
67
mri_compiler_define = _MCCCF
67
mri_compiler_define     = _MCCCF
68
mri_linker_lib      = $(MRI_LIB)/nze/mcccfa552
68
mri_linker_lib          = $(MRI_LIB)/nze/mcccfa552
69
mri_cpu_type        = 5200
69
mri_cpu_type            = 5200
-
 
70
mri_coprocessor_type    = /MAC/DIV
70
mri_cpu_code        = 5272
71
mri_cpu_code            = 5272
71
 
72
 
72
#
73
#
73
#   Setup the compiler specfic environment variables based on the required version
74
#   Setup the compiler specfic environment variables based on the required version
74
#   The compiler does not need to be in the users path as it will be fully pathed
75
#   The compiler does not need to be in the users path as it will be fully pathed
75
#
76
#