Re: chapter 5 glibc

2010-04-21 Thread Bruce Dubbs
hauradou wrote: > Bruce Dubbs wrote: >> hauradou wrote: >> >> >>> well, the difference between a big patch and just one option to pass to >>> the compiler... >>> >> I don't consider a 49 line patch big. It is really only adding 8 lines >> and the rest is explanation. I believe the patch

Re: chapter 5 glibc

2010-04-21 Thread hauradou
Bruce Dubbs wrote: > hauradou wrote: > > >> well, the difference between a big patch and just one option to pass to >> the compiler... >> > I don't consider a 49 line patch big. It is really only adding 8 lines > and the rest is explanation. I believe the patch came from upstream. > >

Re: chapter 5 glibc

2010-04-21 Thread Bruce Dubbs
hauradou wrote: > well, the difference between a big patch and just one option to pass to > the compiler... I don't consider a 49 line patch big. It is really only adding 8 lines and the rest is explanation. I believe the patch came from upstream. As I said before, I think your method is sub

Re: chapter 5 glibc

2010-04-21 Thread hauradou
Bruce Dubbs wrote: > hauradou wrote: > >> hauradou wrote: >> >>> Bruce Dubbs wrote: >>> hauradou wrote: > Is it truely a bug, as stated in the dev book? > > After building gcc-4.5.0, found a macro: __i686, expanding to 1 > > glibc built fine

Re: chapter 5 glibc

2010-04-21 Thread Bruce Dubbs
hauradou wrote: > hauradou wrote: >> Bruce Dubbs wrote: >>> hauradou wrote: Is it truely a bug, as stated in the dev book? After building gcc-4.5.0, found a macro: __i686, expanding to 1 glibc built fine in this chapter after adding 'asm-CPPFLAGS += -U __i686' to confi

Re: chapter 5 glibc

2010-04-21 Thread hauradou
hauradou wrote: > Bruce Dubbs wrote: >> hauradou wrote: >>> Is it truely a bug, as stated in the dev book? >>> >>> After building gcc-4.5.0, found a macro: __i686, expanding to 1 >>> >>> glibc built fine in this chapter after adding 'asm-CPPFLAGS += -U >>> __i686' to configparms, without using any

Re: chapter 5 glibc

2010-04-21 Thread hauradou
Bruce Dubbs wrote: > hauradou wrote: > >> Is it truely a bug, as stated in the dev book? >> >> After building gcc-4.5.0, found a macro: __i686, expanding to 1 >> >> glibc built fine in this chapter after adding 'asm-CPPFLAGS += -U >> __i686' to configparms, without using any patch. >> > Y

Re: chapter 5 glibc

2010-04-21 Thread Bruce Dubbs
hauradou wrote: > Is it truely a bug, as stated in the dev book? > > After building gcc-4.5.0, found a macro: __i686, expanding to 1 > > glibc built fine in this chapter after adding 'asm-CPPFLAGS += -U > __i686' to configparms, without using any patch. You don't say what your platform is. The

chapter 5 glibc

2010-04-21 Thread hauradou
Is it truely a bug, as stated in the dev book? After building gcc-4.5.0, found a macro: __i686, expanding to 1 glibc built fine in this chapter after adding 'asm-CPPFLAGS += -U __i686' to configparms, without using any patch. Best regards, boloco -- http://linuxfromscratch.org/mailman/listinfo