summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/cpuflags/Makefile4
-rw-r--r--devel/cpuflags/files/optimize_gcc.mk5
-rw-r--r--doc/CHANGES-20073
3 files changed, 8 insertions, 4 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index 53725f34534..2b1d2636f33 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.111 2007/08/02 11:20:16 abs Exp $
+# $NetBSD: Makefile,v 1.112 2007/08/13 10:31:06 abs Exp $
#
-DISTNAME= cpuflags-1.08
+DISTNAME= cpuflags-1.09
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/devel/cpuflags/files/optimize_gcc.mk b/devel/cpuflags/files/optimize_gcc.mk
index 3948f8d00bb..402542dec4d 100644
--- a/devel/cpuflags/files/optimize_gcc.mk
+++ b/devel/cpuflags/files/optimize_gcc.mk
@@ -1,4 +1,4 @@
-# $Id: optimize_gcc.mk,v 1.31 2007/08/02 11:20:16 abs Exp $
+# $Id: optimize_gcc.mk,v 1.32 2007/08/13 10:31:06 abs Exp $
# This file is 'experimental' - which is doublespeak for unspeakably
# ugly, and quite broken by design.
@@ -32,6 +32,9 @@ PKG_EXCLUDE_OMIT_FRAME_POINTER+=lang/ruby18-base # NetBSD i386/3.0
PKG_EXCLUDE_INLINE_FUNCTIONS+=emulators/qemu net/userppp multimedia/vlc
+# binutils-2.17, Linux 2.6.21.5 i686, gcc-4.1.3
+PKG_EXCLUDE_INLINE_FUNCTIONS+=cross/binutils devel/binutils
+
# v1.0, NetBSD i386/2.0
PKG_EXCLUDE_FAST_MATH+=www/firefox www/firefox-gtk1
PKG_EXCLUDE_FAST_MATH+=www/firefox15 www/firefox15-gtk1
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007
index 2ce8c352e9e..5d2ce2626df 100644
--- a/doc/CHANGES-2007
+++ b/doc/CHANGES-2007
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1790 2007/08/13 07:07:16 martti Exp $
+$NetBSD: CHANGES-2007,v 1.1791 2007/08/13 10:31:54 abs Exp $
Changes to the packages collection and infrastructure in 2007:
@@ -3275,3 +3275,4 @@ Changes to the packages collection and infrastructure in 2007:
Updated editors/vim-share to 7.1.32 [martti 2007-08-13]
Updated mail/postfix to 2.4.5 [martti 2007-08-13]
Updated mail/postfix-current to 2.5-20070731 [martti 2007-08-13]
+ Updated devel/cpuflags to 1.09 [abs 2007-08-13]