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 /configure.texi | |
parent | 2198e4ba24eca2a9d762d9aaedf7413fec18ff3b (diff) | |
download | gdb-72754842fc5897eb86df018a7c67c5bd762804ca.zip gdb-72754842fc5897eb86df018a7c67c5bd762804ca.tar.gz gdb-72754842fc5897eb86df018a7c67c5bd762804ca.tar.bz2 |
fix -nfp documentation
Diffstat (limited to 'configure.texi')
-rw-r--r-- | configure.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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 |