SCM Repository
Annotation of /sml/trunk/src/compiler/TopLevel/bootstrap/boot-env.sml
Parent Directory
|
Revision Log
Revision 171 - (view) (download)
1 : | monnier | 171 | (* Copyright 1998 by Lucent Technologies *) |
2 : | (* boot-env.sml *) | ||
3 : | |||
4 : | (* Run the BootEnvF functor which builds the boot environments. | ||
5 : | * It is important that this functor is done executing by the time | ||
6 : | * the code for the InteractiveSystem runs. Otherwise we would never | ||
7 : | * be able to get rid of CM/CMB from an interactive heap image. | ||
8 : | * -M.Blume (6/1998) | ||
9 : | *) | ||
10 : | structure BootEnv = | ||
11 : | BootEnvF (structure BF = Compiler.Binfile | ||
12 : | val architecture = Compiler.architecture | ||
13 : | val setRetargetPervStatEnv = CMB.setRetargetPervStatEnv | ||
14 : | fun cmbmake bindir = (CMB.make' (SOME bindir); | ||
15 : | CMB.wipeOut ())) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |