From aad7d4b28d9e27be0b52b26d7f474908c65a511b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 3 Oct 2011 11:11:54 +0000 Subject: * interp/comp.lisp: Remove. * interp/setvart.boot: Remove setting of 'compiler' options. * interp/setvars.boot (setAsharpArgs): Remove. (describeAsharpArgs): Likewise. (setInputLibrary): Likewise. (setOutputLibrary): Likewise. (describeInputLibraryArgs): Likewise. (describeOutputLibraryArgs): Likewise. --- src/interp/setvart.boot | 67 ------------------------------------------------- 1 file changed, 67 deletions(-) (limited to 'src/interp/setvart.boot') diff --git a/src/interp/setvart.boot b/src/interp/setvart.boot index ab3fb77c..57c54667 100644 --- a/src/interp/setvart.boot +++ b/src/interp/setvart.boot @@ -59,73 +59,6 @@ $setOptions := '( (nobreak break query resume fastlinks) nobreak) -- needed to avoid possible startup looping --- Current Values of compiler Variables --- --- Variable Description Current Value --- ----------------------------------------------------------------- --- output library in which to place compiled code --- input controls libraries from which to load compiled code --- args arguments for compiling AXIOM code --- -O -Fasy -Fao -Flsp -laxiom -Mno-AXL_W_WillObsolete --- -DAxiom -Y $AXIOM/algebra - (compiler - "Library compiler options" - interpreter - TREE - novar - --- ---------------------- The output Option ---------------------- --- --- Description: library in which to place compiled code - ((output - "library in which to place compiled code" - interpreter - FUNCTION - setOutputLibrary - NIL - htSetOutputLibrary) - --- ---------------------- The input Option ----------------------- --- --- Description: controls libraries from which to load compiled code --- --- )set compiler input add library is used to tell AXIOM to add --- library to the front of the path which determines where --- compiled code is loaded from. --- )set compiler input drop library is used to tell AXIOM to remove --- library from this path. - (input - "controls libraries from which to load compiled code" - interpreter - FUNCTION - setInputLibrary - NIL - htSetInputLibrary) - --- ----------------------- The args Option ----------------------- --- --- Description: arguments for compiling AXIOM code --- --- )set compiler args is used to tell AXIOM how to invoke the --- library compiler when compiling code for AXIOM. --- The args option is followed by a string enclosed in double --- quotes. --- --- The current setting is --- "-O -Fasy -Fao -Flsp -laxiom -Mno-AXL_W_WillObsolete --- -DAxiom -Y $AXIOM/algebra" - (args - "arguments for compiling AXIOM code" - interpreter - FUNCTION - setAsharpArgs - (("enter compiler options " - STRING - $asharpCmdlineFlags - chkDirectory - "-O -Fasy -Fao -Flsp -laxiom -Mno-AXL__W__WillObsolete -DAxiom -Y $AXIOM/algebra")) - NIL))) - -- ---------------------- The expose Option ---------------------- -- -- Description: control interpreter constructor exposure -- cgit v1.2.3