diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-04-21 14:21:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-04-21 14:21:59 +0000 |
commit | eed7ba7548dd95b01a8b6f51216442656d001ee6 (patch) | |
tree | 9e16ff2be85c1793f1f48f2f8f7ea570de1bc002 | |
parent | 798704c99abfae98b7f5ec3a1841e9a15e3747ef (diff) |
Don't mention gcc 3 anymore.
-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 |