From: David W Noon <dwnoon@ntlworld.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: i486
Date: Tue, 23 Nov 2010 18:36:49 +0000 [thread overview]
Message-ID: <20101123183649.53cfb28e@karnak.local> (raw)
In-Reply-To: <fS4xs-7R2-9@gated-at.bofh.it>
[-- Attachment #1: Type: text/plain, Size: 1534 bytes --]
On Tue, 23 Nov 2010 18:10:02 +0100, Neil Bothwick wrote about Re:
[gentoo-user] Re: i486:
>On Tue, 23 Nov 2010 16:09:59 +0000 (UTC), James wrote:
>
>> (I forgot about the geode board.) The Geode is
>> one I'm not too sure about.
>
>My Viglen MPC-L, which I think is a Geode LX, uses
>
>CFLAGS="-O2 -march=geode -pipe -fomit-frame-pointer"
>CXXFLAGS="${CFLAGS}"
>CHOST="i486-pc-linux-gnu"
Try using i686 instead.
>flags : fpu de pse tsc msr cx8 pge cmov mmx mmxext 3dnowext
You have CMOV and MMX, as well as 3DNow! instructions -- with
extensions. That makes it an Athlon "lite" processor, or a K6-3 with
CMOV instructions. These are enough to make it compatible with the
Pentium Pro (i686) architecture, and a bit more besides.
Here are my flags from the box on which I am composing this message, a
dyadic Athlon MP (Barton core) system:
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
[Both CPUs reported the same CPUID flags.]
I guess the Geode is quite "lite" compared to a late-model Athlon.
To the O.P.: your CHOST should be 'i586-pc-linux-gnu' to support all
the processors you have listed, and -march=i586 will allow you to
compile once for all your processors.
--
Regards,
Dave [RLU #314465]
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
dwnoon@ntlworld.com (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next parent reply other threads:[~2010-11-23 18:37 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fRLXQ-1mc-23@gated-at.bofh.it>
[not found] ` <fRMKe-2J4-19@gated-at.bofh.it>
[not found] ` <fS3L4-6uK-13@gated-at.bofh.it>
[not found] ` <fS4xs-7R2-9@gated-at.bofh.it>
2010-11-23 18:36 ` David W Noon [this message]
2010-11-23 20:12 ` [gentoo-user] Re: i486 James
2010-11-23 22:51 ` Neil Bothwick
2010-11-24 11:52 ` James
2010-11-24 12:54 ` Neil Bothwick
2010-11-23 21:05 ` Neil Bothwick
[not found] <fSpVg-1V5-25@gated-at.bofh.it>
[not found] ` <fSpVg-1V5-27@gated-at.bofh.it>
[not found] ` <fSpVg-1V5-29@gated-at.bofh.it>
[not found] ` <fSpVg-1V5-31@gated-at.bofh.it>
[not found] ` <fSpVg-1V5-33@gated-at.bofh.it>
[not found] ` <fSpVg-1V5-35@gated-at.bofh.it>
[not found] ` <fSpVg-1V5-37@gated-at.bofh.it>
[not found] ` <fSpVg-1V5-39@gated-at.bofh.it>
[not found] ` <fSpVg-1V5-23@gated-at.bofh.it>
[not found] ` <fSGW6-5KY-19@gated-at.bofh.it>
2010-11-25 17:40 ` David W Noon
2010-11-25 19:47 ` Mick
2010-11-26 6:07 ` sam new
2010-11-26 8:58 ` Mick
2010-11-26 11:47 ` sam new
2010-11-26 11:56 ` sam new
[not found] <fSa9P-Ac-19@gated-at.bofh.it>
[not found] ` <fSa9P-Ac-21@gated-at.bofh.it>
[not found] ` <fSa9P-Ac-23@gated-at.bofh.it>
[not found] ` <fSa9P-Ac-25@gated-at.bofh.it>
[not found] ` <fSa9P-Ac-27@gated-at.bofh.it>
[not found] ` <fSa9Q-Ac-39@gated-at.bofh.it>
[not found] ` <fSa9Q-Ac-37@gated-at.bofh.it>
[not found] ` <fShEl-4Sj-3@gated-at.bofh.it>
2010-11-24 15:58 ` David W Noon
2010-11-25 9:14 ` sam new
[not found] <fS6pz-2Ar-15@gated-at.bofh.it>
[not found] ` <fS6pA-2Ar-17@gated-at.bofh.it>
[not found] ` <fS6pA-2Ar-19@gated-at.bofh.it>
[not found] ` <fS6pA-2Ar-21@gated-at.bofh.it>
[not found] ` <fS6pz-2Ar-13@gated-at.bofh.it>
[not found] ` <fS8hI-5Qv-17@gated-at.bofh.it>
2010-11-23 22:45 ` David W Noon
2010-11-24 6:06 ` sam new
2010-11-24 10:24 ` Neil Bothwick
2010-11-24 10:26 ` Neil Bothwick
[not found] ` <fS8hI-5Qv-15@gated-at.bofh.it>
2010-11-23 22:53 ` David W Noon
2010-11-24 10:23 ` Neil Bothwick
2010-11-24 10:29 ` J. Roeleveld
2010-11-22 21:02 [gentoo-user] i486 James
2010-11-22 21:28 ` Volker Armin Hemmann
2010-11-23 16:09 ` [gentoo-user] i486 James
2010-11-23 16:23 ` Neil Bothwick
2010-11-23 16:36 ` Volker Armin Hemmann
2010-11-23 18:17 ` James
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=20101123183649.53cfb28e@karnak.local \
--to=dwnoon@ntlworld.com \
--cc=gentoo-user@lists.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