summaryrefslogtreecommitdiff
path: root/devel/cpuflags
diff options
context:
space:
mode:
authorabs <abs>2005-05-12 10:53:07 +0000
committerabs <abs>2005-05-12 10:53:07 +0000
commit93eb41f7358371d5c5f5029630c841a039944a23 (patch)
treeebda5a6f775af41de54a8e3e9769bca45eec08e6 /devel/cpuflags
parent00aaee59ab6b10a6bf3b4a10c59984f3c83b3856 (diff)
downloadpkgsrc-93eb41f7358371d5c5f5029630c841a039944a23.tar.gz
Small change to suggested COPTS usage - from Christopher Sean Hilton
Diffstat (limited to 'devel/cpuflags')
-rw-r--r--devel/cpuflags/files/cpuflags.14
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cpuflags/files/cpuflags.1 b/devel/cpuflags/files/cpuflags.1
index d2fc80591e3..f9b2836606b 100644
--- a/devel/cpuflags/files/cpuflags.1
+++ b/devel/cpuflags/files/cpuflags.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpuflags.1,v 1.15 2005/04/29 12:56:05 abs Exp $
+.\" $NetBSD: cpuflags.1,v 1.16 2005/05/12 10:53:07 abs Exp $
.Dd May 31, 2001
.Dt CPUFLAGS 1
.Os
@@ -70,7 +70,7 @@ optimize_gcc.mk. This is unsupported, but for full effect add the following to
On all except low memory machines compliation can be speeded up by adding the
following to /etc/mk.conf. (Note this will not affect the binaries produced)
.Bd -literal -offset indent
-COPTS+=-pipe
+COPTS?= -pipe ${DEFCOPTS}
CFLAGS+=-pipe
.Ed
.Sh BUGS