SCM Repository
View of /sml/trunk/src/compiler/all-files.cm
Parent Directory
|
Revision Log
Revision 114 -
(download)
(annotate)
Fri Jun 5 19:41:21 1998 UTC (22 years, 10 months ago) by monnier
File size: 1254 byte(s)
Fri Jun 5 19:41:21 1998 UTC (22 years, 10 months ago) by monnier
File size: 1254 byte(s)
This commit was generated by cvs2svn to compensate for changes in r113, which included commits to RCS files with non-trunk default branches.
(* Copyright YALE FLINT PROJECT 1997 *) (* all-files.cm *) (* * Heavily revised by M.Blume (5/1998). *) Group (* (* bootstrap stuff *) structure InteractiveSystem structure Compiler structure CM structure CMB *) is (* library of visible compilers for various architectures *) viscomp-lib.cm (* library of compilation managers for various architectures *) compman-lib.cm (* based on current architecture, select Compiler, CM, and CMB *) # if defined(ARCH_ALPHA) # if defined(ARCH_ALPHA_OLD) TopLevel/bootstrap/alpha32x-select.sml # else TopLevel/bootstrap/alpha32-select.sml # endif # elif defined(ARCH_MIPS) # if defined(BIG_ENDIAN) TopLevel/bootstrap/mipseb-select.sml # else TopLevel/bootstrap/mipsel-select.sml # endif # elif defined(ARCH_HPPA) TopLevel/bootstrap/hppa-select.sml # elif defined(ARCH_RS6000) TopLevel/bootstrap/rs6000-select.sml # elif defined(ARCH_SPARC) TopLevel/bootstrap/sparc-select.sml # elif defined(ARCH_X86) TopLevel/bootstrap/x86-select.sml # else # error "Strange architecture!" # endif (* glue code (build the interactive system) *) TopLevel/bootstrap/theGlue.sml (* if desired, build all the cross-compilers as well *) # if defined(MAKE_CROSSCOMPILERS) Retarget/all.cm # endif
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |