From: Georgi Georgiev <chutz@gg3.net>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Script to test instruction set.
Date: Wed, 13 Aug 2003 17:24:59 +0900 [thread overview]
Message-ID: <20030813082459.GA20362%chutz@gg3.net> (raw)
In-Reply-To: <20030813080851.GB19641%chutz@gg3.net>
Ooops...
--- analyse-x86 2003-08-13 08:21:42.000000000 +0000
+++ analyse-x86 2003-08-13 08:21:20.000000000 +0000
@@ -14,7 +14,7 @@
# so check vendor_id string, and enable relevant sets.
print "Checking vendor_id string...";
my $param = shift;
-unless (defined $param and $param eq "--vendor") {
+unless (defined $param and $param =~ /^--vendor=/) {
open PIPE, "grep -Em1 '^vendor_id.*: ' /proc/cpuinfo | cut -d' ' -f2 | " or die;
$_ = <PIPE>;
close PIPE;
--
( Georgi Georgiev ( To make tax forms true they should read (
) chutz@gg3.net ) "Income Owed Us" and "Incommode You". )
( +81(90)6266-1163 ( (
--
gentoo-dev@gentoo.org mailing list
prev parent reply other threads:[~2003-08-13 8:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-12 11:55 [gentoo-dev] Script to test instruction set Tavis Ormandy
2003-08-12 14:13 ` Norbert Kamenicky
2003-08-12 14:45 ` Tavis Ormandy
2003-08-12 14:26 ` Philippe Lafoucrière
2003-08-12 14:43 ` Tavis Ormandy
2003-08-12 15:37 ` Ned Ludd
2003-08-12 18:23 ` Georgi Georgiev
2003-08-13 5:04 ` Joerg Plate
2003-08-13 8:08 ` Georgi Georgiev
2003-08-13 8:24 ` Georgi Georgiev [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030813082459.GA20362%chutz@gg3.net \
--to=chutz@gg3.net \
--cc=chutz-dated-1061972701.94ff3736e31c@gg3.net \
--cc=gentoo-dev@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox