pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cpuflags/files New sentence, new line.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3942ccb5cfd0
branches: trunk
changeset: 544840:3942ccb5cfd0
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 21 07:47:56 2008 +0000
description:
New sentence, new line.
diffstat:
devel/cpuflags/files/cpuflags.1 | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
diffs (58 lines):
diff -r 99c36f0bf1ff -r 3942ccb5cfd0 devel/cpuflags/files/cpuflags.1
--- a/devel/cpuflags/files/cpuflags.1 Mon Jul 21 05:35:37 2008 +0000
+++ b/devel/cpuflags/files/cpuflags.1 Mon Jul 21 07:47:56 2008 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpuflags.1,v 1.19 2008/07/20 17:13:19 abs Exp $
+.\" $NetBSD: cpuflags.1,v 1.20 2008/07/21 07:47:56 wiz Exp $
.Dd May 31, 2001
.Dt CPUFLAGS 1
.Os
@@ -11,8 +11,8 @@
.Sh DESCRIPTION
.Nm
determines the current CPU type and gcc version, then outputs appropriate
-compiler options to best target code for that CPU. If no options exist
-to target the current CPU then nothing is output.
+compiler options to best target code for that CPU.
+If no options exist to target the current CPU then nothing is output.
.Pp
In the event of the CPU not being recognised, a warning is sent to stderr.
.Pp
@@ -46,7 +46,8 @@
Suitable for inclusion in /etc/mk.conf
.It @PREFIX@/share/mk/optimize_gcc.mk
Attempt to set additional -mXXX gcc flags based on gcc version and packages
-being compiled. Note: This is experimental and not supported.
+being compiled.
+Note: This is experimental and not supported.
.El
.Sh EXAMPLES
.Nm
@@ -60,7 +61,8 @@
.Ed
.Pp
To experiment with optimisations that can break generated code there is
-optimize_gcc.mk. This is unsupported, but for full effect add the following to
+optimize_gcc.mk.
+This is unsupported, but for full effect add the following to
.Pa /etc/mk.conf :
.Bd -literal -offset indent
.sinclude "@PREFIX@/share/mk/cpuflags.mk"
@@ -68,7 +70,8 @@
.Ed
.Pp
On all except low memory machines compilation can be speeded up by adding the
-following to /etc/mk.conf. (Note this will not affect the binaries produced)
+following to /etc/mk.conf.
+(Note this will not affect the binaries produced)
.Bd -literal -offset indent
COPTS?= -pipe ${DEFCOPTS}
CFLAGS+=-pipe
@@ -86,5 +89,5 @@
is also gcc specific.
.Sh NOTES
.Nm
-is based on input from many sources. I would like to thank them all, in
-particular Yakovetsky Vladimir.
+is based on input from many sources.
+I would like to thank them all, in particular Yakovetsky Vladimir.
Home |
Main Index |
Thread Index |
Old Index