summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-05-12 10:53:07 +0000
committerabs <abs@pkgsrc.org>2005-05-12 10:53:07 +0000
commit7975c2523dae5c053e54c25471398616fae325ff (patch)
treeebda5a6f775af41de54a8e3e9769bca45eec08e6 /devel
parent562f02e72b532dab0892e13aaa5477f40a04142d (diff)
downloadpkgsrc-7975c2523dae5c053e54c25471398616fae325ff.tar.gz
Small change to suggested COPTS usage - from Christopher Sean Hilton
Diffstat (limited to 'devel')
-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