problem in building ncurses with uclibc

2013-09-17 Thread neutrino network
hi, gcc 4.3.3 ncurses 5.7 I am trying to build(cross compiling for mips) ncurses using a uclibc toolchain but it gives following error; lib64\libc.a(nsswitch.o): (.data.rel+0x18):undefined reference to '_nss_files_endaliasent' uclibc does not support nss (it is supported by glibc), how

Re: [PATCH 3/3] ldso: exclude -fasynchronous-unwind-tables from ldso CFLAGS

2013-09-17 Thread Rich Felker
On Fri, Sep 13, 2013 at 10:31:53AM +0200, Filippo ARCIDIACONO wrote: At least on ARM, building the ld.so with -fasynchronous-unwind-tables for backtrace is creating a dependencies against libc through libgcc_eh. So it needs to exclude this from the ldso cflags. Have you figured out why this is

Re: [PATCH 2/3] buildsys: fix handling of CFLAGS-OMIT from global CFLAGS

2013-09-17 Thread Florian Fainelli
Hello, 2013/9/13 Filippo ARCIDIACONO filippo.arcidiac...@st.com: Currently the Makefile rules are not removing from the global CFLAGS any of the OMIT cflags declared at file level. This patch fixes it. Do we really need to have two different ways of achieving the same thing? It seems to me

Re: [PATCH 3/3] ldso: exclude -fasynchronous-unwind-tables from ldso CFLAGS

2013-09-17 Thread Joseph S. Myers
On Tue, 17 Sep 2013, Rich Felker wrote: On Fri, Sep 13, 2013 at 10:31:53AM +0200, Filippo ARCIDIACONO wrote: At least on ARM, building the ld.so with -fasynchronous-unwind-tables for backtrace is creating a dependencies against libc through libgcc_eh. So it needs to exclude this from the

Re: [PATCH 2/3] buildsys: fix handling of CFLAGS-OMIT from global CFLAGS

2013-09-17 Thread Carmelo Amoroso
Hi Florian Il 17 settembre 2013 17:57:00 Florian Fainelli f.faine...@gmail.com ha scritto: Hello, 2013/9/13 Filippo ARCIDIACONO filippo.arcidiac...@st.com: Currently the Makefile rules are not removing from the global CFLAGS any of the OMIT cflags declared at file level. This patch fixes

Doing a release?

2013-09-17 Thread Thomas Petazzoni
Dear uClibc developers, The last release of uClibc, 0.9.33.2, has been made well over a year ago. However, there is fairly big number of improvements/fixes in the master branch that would be interesting to have in a release. At the Buildroot level, we now have 53 patches in your patch stack

Re: Doing a release?

2013-09-17 Thread Carmelo Amoroso
Il 18 settembre 2013 06:49:44 Thomas Petazzoni thomas.petazz...@free-electrons.com ha scritto: Dear uClibc developers, Hi Thomas The last release of uClibc, 0.9.33.2, has been made well over a year ago. However, there is fairly big number of improvements/fixes in the master branch that