-
- Downloads
Add -unidata option to specify unidata.bin file.
This change requires a cross-compile. Use boot-2011-04-01-cross.lisp as the cross-compile script. bootfiles/20b/boot-2011-04-01-cross.lisp: o New cross-compile bootstrap file lisp/lisp.c: o Recognize -unidata option and setup *UNIDATA-PATH* appropriately. code/commandline.lisp: o Add defswitch for unidata so we don't get complaints about unknown switch. code/unidata.lisp: o Rename +UNIDATA-PATH+ to *UNIDATA-PATH*, since it's not a constant anymore. o Update code to use new name. code/print.lisp: o Update code to use *UNIDATA-PATH* compiler/sparc/parms.lisp: o Add *UNIDATA-PATH* to list of static symbols. o Add back in spare-9 and spare-8 static symbols since we need to do a cross-compile for this change anyway. compiler/x86/parms.lisp: o Add *UNIDATA-PATH* to list of static symbols. o Reorder the static symbols in a more logical arrangment so that the spare symbols are at the end. i18n/local/cmucl.pot: o Update
Showing
- bootfiles/20b/boot-2011-04-01-cross.lisp 11 additions, 0 deletionsbootfiles/20b/boot-2011-04-01-cross.lisp
- code/commandline.lisp 5 additions, 1 deletioncode/commandline.lisp
- code/print.lisp 3 additions, 3 deletionscode/print.lisp
- code/unidata.lisp 4 additions, 4 deletionscode/unidata.lisp
- compiler/sparc/parms.lisp 5 additions, 1 deletioncompiler/sparc/parms.lisp
- compiler/x86/parms.lisp 12 additions, 10 deletionscompiler/x86/parms.lisp
- i18n/locale/cmucl.pot 4 additions, 0 deletionsi18n/locale/cmucl.pot
- lisp/lisp.c 8 additions, 1 deletionlisp/lisp.c
Loading
Please register or sign in to comment