18 hours and counting ... gcc pass 1

2007-08-30 Thread J. Greenlees
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yup, 18 hours and counting for 'make bootstrap' of gcc 4.1.2 host is lfs livecd r2032 target: Dell inspiron 3000, a pentium-mmx @266 MHz (i586-linux-gnu) ram 128 MB ( system reports 144 MB from onboard cache ram for bios and video ) swap space is 571.

RE: i486 Compilation and glibc

2007-08-30 Thread Spahn, Daniel
From: [EMAIL PROTECTED] on behalf of Andy Bennett Sent: Thu 8/30/2007 7:27 PM To: lfs-support@linuxfromscratch.org Subject: Re: i486 Compilation and glibc Hi, >>> I've tried setting -mcpu=i486 in CFLAGS and CXXFLAGS but the glibc build >>> whinges that it's de

Re: i486 Compilation and glibc

2007-08-30 Thread Andy Bennett
Hi, >>> I've tried setting -mcpu=i486 in CFLAGS and CXXFLAGS but the glibc build >>> whinges that it's deprecated and produces the same errors as before. >>> >>> I have gcc 4.0.3. >>> Is it still the case that gcc will produce i386 code by default? Does >>> this apply to the glibc build system? >

Re: i486 Compilation and glibc

2007-08-30 Thread Andy Bennett
Hi, >>> What is currently the best way to build for everything (x86) above an i486? > > A multilib build to support both 32 and 64 bit has to be manually > enabled. jhalfs will build either, but not the multilib. any i386 or > i486 build will work on any newer system as well, performance won't be

Re: i486 Compilation and glibc

2007-08-30 Thread Dan Nicholson
On 8/30/07, Andy Bennett <[EMAIL PROTECTED]> wrote: > Hi, > > > I've been trawling the mailing list archives re compiling for an i486 > > without much success. > > I'm trying to build LFS 6.2 but I've made a few changes as outlined below. > > > > I'm using Fedora Core 6 (2.6.18-1.2798.fc6) on an In

Re: i486 Compilation and glibc

2007-08-30 Thread J. Greenlees
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy Bennett wrote: ~snip~ >> >> What is currently the best way to build for everything (x86) above an i486? A multilib build to support both 32 and 64 bit has to be manually enabled. jhalfs will build either, but not the multilib. any i386 or i486 b

Re: i486 Compilation and glibc

2007-08-30 Thread Craig Jackson
> PS: Are my messages actually getting through to the list? I am reading you loud and clear. I don't have legacy arch advice though, sorry. Thanks, Craig -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above inf

Re: i486 Compilation and glibc

2007-08-30 Thread Andy Bennett
Hi, > I've been trawling the mailing list archives re compiling for an i486 > without much success. > I'm trying to build LFS 6.2 but I've made a few changes as outlined below. > > I'm using Fedora Core 6 (2.6.18-1.2798.fc6) on an Intel Xeon @ 3GHz as > the host. > I've got CFLAGS=CXXFLAGS=-O2