aboutsummaryrefslogtreecommitdiff
path: root/src/interp/setvart.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-10-03 11:11:54 +0000
committerdos-reis <gdr@axiomatics.org>2011-10-03 11:11:54 +0000
commitaad7d4b28d9e27be0b52b26d7f474908c65a511b (patch)
treef69195d56e6dd9ce8ea97e4a26a1695e9e6b6197 /src/interp/setvart.boot
parent5a03f408233bf4e17759ace9a83dcf6012f72dcc (diff)
downloadopen-axiom-aad7d4b28d9e27be0b52b26d7f474908c65a511b.tar.gz
* 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.
Diffstat (limited to 'src/interp/setvart.boot')
-rw-r--r--src/interp/setvart.boot67
1 files changed, 0 insertions, 67 deletions
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