summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-17 00:03:09 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-17 00:03:09 +0200
commitf553b658d128a4bf306e5830c6d48d023ab73199 (patch)
tree9795bd20c5193b5804e1e36d968550616bd964a1
parent0fce39e8215e7fd8f5e775077d8326a0d6ffd710 (diff)
downloadgmp-f553b658d128a4bf306e5830c6d48d023ab73199.tar.gz
Reword a bit of the demonstration programs text.
Remove a commented out duplicate about CFLAGS.
-rw-r--r--gmp.texi11
1 files changed, 3 insertions, 8 deletions
diff --git a/gmp.texi b/gmp.texi
index 549d4c5cb..e3a7da269 100644
--- a/gmp.texi
+++ b/gmp.texi
@@ -407,10 +407,6 @@ For some configurations specific compiler flags are set based on the target
CPU and compiler, for others @samp{CFLAGS="-whatever"} can be used to
choose the best flags.
-@c For some configurations specific compiler flags are set based on the target
-@c CPU and compiler, for others @samp{CFLAGS="-whatever"} can be used to
-@c choose the best flags.
-
@item @option{--disable-alloca}
By default, GMP allocates temporary workspace using @code{alloca} if that
@@ -429,16 +425,15 @@ might be able to increase the stack space available to programs.
@item @option{--enable-mpbsd}
-
The Berkley MP compatibility library (@file{libmp.a}) and header file
(@file{mp.h}) are built and installed only if @option{--enable-mpbsd} is used.
@xref{BSD Compatible Functions}.
@item Demonstration Programs
-The @file{demos} subdirectory has some sample programs using GMP. These aren't
-built or installed, but there's @command{make} rules available to compile
-them. For instance, @samp{make pexpr} and then @samp{./pexpr 68^975+10}.
+The @file{demos} subdirectory has some sample programs using GMP. These
+aren't built or installed, but there's a @file{Makefile} with rules for them.
+For instance, @samp{make pexpr} and then @samp{./pexpr 68^975+10}.
@item Documentation