summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorabs <abs>2005-05-12 10:53:07 +0000
committerabs <abs>2005-05-12 10:53:07 +0000
commit12f425a58d116ed03bde569b67309aecb436c8d4 (patch)
treeebda5a6f775af41de54a8e3e9769bca45eec08e6 /devel
parent7d7b9831d2c9cb5ba05259d6d37853f2c7a88287 (diff)
downloadpkgsrc-12f425a58d116ed03bde569b67309aecb436c8d4.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