diff options
-rw-r--r-- | share/man/man1/gcc-local.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index 1fe67b1de76..a929553724f 100644 --- a/share/man/man1/gcc-local.1 +++ b/share/man/man1/gcc-local.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gcc-local.1,v 1.17 2007/11/27 15:18:00 jmc Exp $ +.\" $OpenBSD: gcc-local.1,v 1.18 2008/06/10 13:12:43 merdely Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" Copyright (c) 2003 Anil Madhavapeddy @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 27 2007 $ +.Dd $Mdocdate: June 10 2008 $ .Dt GCC-LOCAL 1 .Os .Sh NAME @@ -144,6 +144,11 @@ and those calls can be traced using using .Xr syslog_r 3 . .It +On alpha, +.Fl mieee +is enabled by default to enable full compliance with +the IEEE floating point standard. +.It On .Ox , .Nm gcc |