linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Anton Blanchard <anton@samba.org>
To: Peter Bergner <bergner@borg.umn.edu>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	linuxppc-commit@fsmlabs.com, linuxppc-dev@lists.linuxppc.org,
	Cort Dougan <cort@fsmlabs.com>
Subject: Re: CPU features again
Date: Sat, 21 Apr 2001 20:03:00 -0700	[thread overview]
Message-ID: <20010421200300.A6234@va.samba.org> (raw)
In-Reply-To: <20010419132446.A11105@brule.borg>; from bergner@borg.umn.edu on Thu, Apr 19, 2001 at 01:24:46PM -0500



> On a related subject, we're still trying to figure out what to do
> with the "uname -m" thing (ie, ppc vs ppc64) and its use in configure
> scripts, rpm,...

$ uname -m
sparc64

$ ./sparc32 uname -m
sparc

$ cat sparc32.c
int main(int argc, char **argv)
{
        personality(PER_LINUX32);
        execvp(argv[1], &argv[1]);
}

You then build things with sparc32 ./configure etc.

Anton

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2001-04-22  3:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20010417140515.A17204@ftsoj.fsmlabs.com>
2001-04-18 16:03 ` CPU features again Benjamin Herrenschmidt
2001-04-18 16:36   ` Geert Uytterhoeven
2001-04-18 16:39     ` Tom Rini
2001-04-18 16:47     ` Benjamin Herrenschmidt
2001-04-19 18:24       ` Peter Bergner
2001-04-22  3:03         ` Anton Blanchard [this message]
2001-04-18 17:55   ` Dan Malek

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=20010421200300.A6234@va.samba.org \
    --to=anton@samba.org \
    --cc=benh@kernel.crashing.org \
    --cc=bergner@borg.umn.edu \
    --cc=cort@fsmlabs.com \
    --cc=geert@linux-m68k.org \
    --cc=linuxppc-commit@fsmlabs.com \
    --cc=linuxppc-dev@lists.linuxppc.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;
as well as URLs for NNTP newsgroup(s).