SCM Repository
View of /sml/branches/SMLNJ/src/compiler/TopLevel/bootstrap/boot-env.sml
Parent Directory
|
Revision Log
Revision 172 -
(download)
(annotate)
Sat Nov 7 22:27:15 1998 UTC (22 years, 2 months ago)
File size: 617 byte(s)
Sat Nov 7 22:27:15 1998 UTC (22 years, 2 months ago)
File size: 617 byte(s)
This commit was manufactured by cvs2svn to create branch 'SMLNJ'.
(* Copyright 1998 by Lucent Technologies *) (* boot-env.sml *) (* Run the BootEnvF functor which builds the boot environments. * It is important that this functor is done executing by the time * the code for the InteractiveSystem runs. Otherwise we would never * be able to get rid of CM/CMB from an interactive heap image. * -M.Blume (6/1998) *) structure BootEnv = BootEnvF (structure BF = Compiler.Binfile val architecture = Compiler.architecture val setRetargetPervStatEnv = CMB.setRetargetPervStatEnv fun cmbmake bindir = (CMB.make' (SOME bindir); CMB.wipeOut ()))
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |