diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-04 22:40:43 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-04 22:40:43 +0000 |
commit | 9486a73c21014761d78206b25fb520bcf43ee5c5 (patch) | |
tree | 4e5725e7d458c03708b5b265a91a3d4cfd9ffa54 /gnu/egcs/gcc | |
parent | 104cac1dcee1ebd002206778d826b99a2273fbe8 (diff) |
Clearer explanation of -fno-builtin-<function>; espie@ OK
Diffstat (limited to 'gnu/egcs/gcc')
-rw-r--r-- | gnu/egcs/gcc/gcc.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/gcc.1 b/gnu/egcs/gcc/gcc.1 index 2f09fcb3c04..41d446e3ec9 100644 --- a/gnu/egcs/gcc/gcc.1 +++ b/gnu/egcs/gcc/gcc.1 @@ -20,7 +20,7 @@ .if n .sp .if t .sp 0.4 .. -.Id $Id: gcc.1,v 1.4 2003/06/04 17:59:01 espie Exp $ +.Id $Id: gcc.1,v 1.5 2003/06/04 22:40:42 millert Exp $ .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .SH NAME gcc, g++ \- GNU project C and C++ Compiler (gcc-2.95) @@ -809,7 +809,8 @@ The `\|\c being builtin functions. .TP .B \-fno\-builtin\-\fI<function> -Don't recognize built-in \fIfunction\fR. +Prevent calls to \fIfunction\fR from being replaced with an inline version +during optimization. .TP .B \-fhosted Compile for a hosted environment; this implies the `\|\c |