diff options
Diffstat (limited to 'share/man/man1/gcc-local.1')
-rw-r--r-- | share/man/man1/gcc-local.1 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index 46507043868..800f1b856b4 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.27 2012/04/08 17:36:21 jmc Exp $ +.\" $OpenBSD: gcc-local.1,v 1.28 2012/04/21 14:21:58 miod 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: April 8 2012 $ +.Dd $Mdocdate: April 21 2012 $ .Dt GCC-LOCAL 1 .Os .Sh NAME @@ -35,7 +35,7 @@ .Ox uses derivatives of .Xr gcc 1 -versions 2.95.3, 3.3.5, or 4.2.1, +versions 2.95.3 or 4.2.1, depending on machine architecture. In all cases, the software comes with specific modifications for @@ -94,12 +94,10 @@ optimization as it is known to be broken in .It The option .Fl fno-builtin-<function> -was backported from -.Nm gcc 3.3.5 , -to +was backported to .Nm gcc 2.95.3 , and can be used without having to differentiate between -both compilers. +compilers. .It .Nm gcc recognizes the extra format attribute syslog, to better match @@ -216,7 +214,7 @@ This behavior can be restored with will not move variables initialized with the value zero from the data section to the bss section. The default behaviour of -.Nm gcc 3.3.5 +.Nm gcc 4.2.1 on other systems is to perform this action, which can be restored for .Ox with |