diff options
author | David D. Zuhn <zoo@cygnus> | 1992-06-03 03:06:02 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-06-03 03:06:02 +0000 |
commit | 72754842fc5897eb86df018a7c67c5bd762804ca (patch) | |
tree | e13a6e0cecc9092f26bfd8928e7d1ca497ff3aed | |
parent | 2198e4ba24eca2a9d762d9aaedf7413fec18ff3b (diff) | |
download | gdb-72754842fc5897eb86df018a7c67c5bd762804ca.zip gdb-72754842fc5897eb86df018a7c67c5bd762804ca.tar.gz gdb-72754842fc5897eb86df018a7c67c5bd762804ca.tar.bz2 |
fix -nfp documentation
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.texi | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com) + + * configure.texi: fix doc for the -nfp option to configure + Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com) * Makefile.in (all-binutils): ar needs flex, so depend on all-flex. diff --git a/configure.texi b/configure.texi index f8b07ce..c2f724c 100644 --- a/configure.texi +++ b/configure.texi @@ -1077,8 +1077,8 @@ might also be use to decide which libraries to build or what user interface the tool should provide. @end defvar -@defvar{nfp} -Is set to @code{true} if the user invoked configure with the @code{-nfp} +@defvar{floating_point} +Is set to @code{no} if the user invoked configure with the @code{-nfp} command line option, otherwise it is empty. This is a request to target machines with @emph{no floating point} unit, even if the targets ordinarily have floating point units available. This option has no |