summaryrefslogtreecommitdiff
path: root/devel/cpuflags
diff options
context:
space:
mode:
authorabs <abs>2002-10-17 11:36:44 +0000
committerabs <abs>2002-10-17 11:36:44 +0000
commite2ecdc3fb439d4fcafdde16a7398657e67c79f45 (patch)
tree4dac2e04479a131a233ca4be72c11c3287cfd77c /devel/cpuflags
parent400f271cd49e1eee1811d0203a1e74783159ca65 (diff)
downloadpkgsrc-e2ecdc3fb439d4fcafdde16a7398657e67c79f45.tar.gz
Update cpuflags to 0.35, the "Where did my job go" release
Add entry for 7450 (tibook 550 combo), and mention -pipe (to speed up compilation) in manpage.
Diffstat (limited to 'devel/cpuflags')
-rw-r--r--devel/cpuflags/Makefile4
-rw-r--r--devel/cpuflags/files/cpuflags.19
-rwxr-xr-xdevel/cpuflags/files/cpuflags.NetBSD7
3 files changed, 14 insertions, 6 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index 851b5b9e155..912b5855153 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2002/09/25 15:14:04 abs Exp $
+# $NetBSD: Makefile,v 1.35 2002/10/17 11:36:44 abs Exp $
#
-DISTNAME= cpuflags-0.34
+DISTNAME= cpuflags-0.35
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/devel/cpuflags/files/cpuflags.1 b/devel/cpuflags/files/cpuflags.1
index e93faa85b3e..e5a9f0bda41 100644
--- a/devel/cpuflags/files/cpuflags.1
+++ b/devel/cpuflags/files/cpuflags.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpuflags.1,v 1.8 2002/07/16 10:42:45 abs Exp $
+.\" $NetBSD: cpuflags.1,v 1.9 2002/10/17 11:36:44 abs Exp $
.Dd May 31, 2001
.Dt CPUFLAGS 1
.Os
@@ -45,6 +45,13 @@ kernel or userland by adding the following to /etc/mk.conf.
.Bd -literal -offset indent
.sinclude "/usr/pkg/share/mk/cpuflags.mk"
.Ed
+.Pp
+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
+CFLAGS+=-pipe
+.Ed
.Sh BUGS
.Nm
still needs to learn about more cpu types - updates welcomed
diff --git a/devel/cpuflags/files/cpuflags.NetBSD b/devel/cpuflags/files/cpuflags.NetBSD
index 40e55586d04..febed27a12e 100755
--- a/devel/cpuflags/files/cpuflags.NetBSD
+++ b/devel/cpuflags/files/cpuflags.NetBSD
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cpuflags.NetBSD,v 1.28 2002/09/25 15:14:04 abs Exp $
+# $NetBSD: cpuflags.NetBSD,v 1.29 2002/10/17 11:36:44 abs Exp $
if [ -x /sbin/sysctl ] ;then
SYSCTL=/sbin/sysctl
@@ -93,9 +93,10 @@ case $hw_machine_arch in
603ev\ *) FLAGS='-mcpu=603e' ;; # PM 4400
604\ *) FLAGS='-mcpu=604' ;; # Mac 8500
604ev\ *) FLAGS='-mcpu=604e' ;; # upgr B&W G3
+ 7450\ *) FLAGS='-mcpu=740' ;; # tibook 550
750\ *) FLAGS='-mcpu=750' ;; # Untested
- 740\ *) FLAGS='-mcpu=750' ;; # Untested
- 620\ *) FLAGS='-mcpu=750' ;; # Untested
+ 740\ *) FLAGS='-mcpu=740' ;; # Untested
+ 620\ *) FLAGS='-mcpu=620' ;; # Untested
esac ;;
sparc | sparc64) case $hw_model in # Examples