Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: i486
Date: Wed, 24 Nov 2010 11:53:48
Message-Id: loom.20101124T042228-453@post.gmane.org
In Reply to: Re: [gentoo-user] Re: i486 by Neil Bothwick
1 Neil Bothwick <neil <at> digimed.co.uk> writes:
2
3
4 > The Geode LX runs badly on i586 instructions.
5
6 Take a look here:
7
8 http://www.twam.info/hardware/chost-i586-vs-i486-on-amd-geode-lx
9
10 > > OK, it is as I suspected, only use i586 in lieu of i486,
11 > > but with this stage-3 file:
12 > >
13 > > stage3-i486-20101116.tar.bz2
14
15 > The CHOST is set in the stage 3 file, you must use the one that matches
16 > your make.conf settings. Changing CHOST after installation is non-trivial.
17
18
19 Well then that settles it. I have old stage3 files for i586 I saved
20 from years ago, but, I think they are hard to find and not
21 maintained or updated, at least not that I could find on the
22 mirrors I looked.
23
24
25 So this is what you are suggesting?:
26
27 CHOST="i486-pc-linux-gnu"
28 CFLAGS="-Os -march=i586 -pipe -fomit-frame-pointer"
29 CXXFLAGS="${CFLAGS}"
30 USE="-* -nls ncurses ssl crypt berkdb perl pcre \
31 python readline zlib bzip2 nptl nptlonly syslog"
32
33 And use these downloads?
34 portage-20101121.tar.bz2 stage3-i486-20101116.tar.bz2
35
36 Recall I have p1,p2,p3 and p4, as well as geode lx
37 based systems.
38
39
40 James

Replies

Subject Author
Re: [gentoo-user] Re: i486 Neil Bothwick <neil@××××××××××.uk>