[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gcc done, eglibc problem



On Wed, 20 Oct 2010, Thorsten Glaser wrote:

> gcc done

Good work!

> >Isn’t linuxthreads the non-TLS stuff?
> 
> Mh. debian/sysdeps/m68k.mk to answer my own question.

I had a look at 
http://svn.debian.org/wsvn/pkg-glibc/glibc-package/trunk/debian/sysdeps/m68k.mk

It says:

libc_MIN_KERNEL_SUPPORTED = 2.4.1
libc_add-ons = ports linuxthreads $(add-ons)
libc_extra_config_options = $(extra_config_options) --disable-sanity-checks --without-__thread --without-tls

But these are all wrong. You want:

libc_MIN_KERNEL_SUPPORTED = 2.6.32
libc_add-ons = ports nptl $(add-ons)

(and drop libc_extra_config_options).

Finn

> 
> bye,
> //mirabilos
> 

Reply to: