summaryrefslogtreecommitdiff
path: root/devel/cpuflags/files/subr_x86
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cpuflags/files/subr_x86')
-rw-r--r--devel/cpuflags/files/subr_x863
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/cpuflags/files/subr_x86 b/devel/cpuflags/files/subr_x86
index 6ad7fde7c3f..b2596915a6f 100644
--- a/devel/cpuflags/files/subr_x86
+++ b/devel/cpuflags/files/subr_x86
@@ -1,4 +1,4 @@
-# $NetBSD: subr_x86,v 1.1 2007/08/27 10:08:30 abs Exp $
+# $NetBSD: subr_x86,v 1.2 2007/08/27 10:09:22 abs Exp $
flags_fixup_x86arch()
{
@@ -9,7 +9,6 @@ flags_fixup_x86arch()
# The format of table is
# feature:lowend_arch:fix_arch
#
- echo $AWK -v "arch=${arch#-march=}" -v "features=$features" >&2
$AWK -v "arch=${arch#-march=}" -v "features=$features" '
BEGIN { split(features,ar); FS=":" }
{ for (af in ar)