Shaun,

I had problems with building glibc in the past too and I fixed them with some 
entries in the machine and distro files. I think the relevant entries to make 
glibc compile for x86 are:

distro file
#nptl, I prefer nptl over linuxthreads
GLIBC_ADDONS = "nptl,libidn"
GLIBC_EXTRA_OECONF = "--with-tls"

PREFERRED_VERSION_gcc = "3.4.4"
PREFERRED_VERSION_gcc-cross = "3.4.4"
PREFERRED_VERSION_gcc-cross-kernel = "3.4.4"
PREFERRED_VERSION_gcc-cross-initial = "3.4.4"


machine file:
TARGET_ARCH = "i586"
#(should work with i386 too)


My full machine and distro files for x86 that make glibc compile for me can be 
found at:
        
        http://pastebin.ca/69790

I hope this helps

Chris



Am Donnerstag, 22. Juni 2006 17:02 schrieb Savage, ShaunX V:
> Hi
>
>
>
> I glibc is not compiling for me so I found out where the problem is. See
>
> http://sourceware.org/ml/libc-alpha/2005-03/msg00210.html
>
>
>
> the problem is I don't know where to change configure options with in
>
> the OE build system for glibc.
>
>
>
> I added it to to glibc_2.3.5+cvs20050627.bb file
>
> GLIBC_EXTRA_OECONF ?= "--without-__thread" but that does nothing.
>
>
>
> How do I fix this problem (with ing the OE system) and how do I get this
> change into cvs?
>
>
>
> shaun
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to