Building a uclibc based toolchain

2011-10-20 Thread stl
Hello all, I am trying to build my own uClibc based linux toolchain for a new architecture. I follow the following steps: 1 - I compile binutils 2 - I copy the specific and generic linux headers (from my port of linux) into ${HEADERS_DIR} 3 - I compile gcc only with --enable-language=c and

Re: [PATCH] config: define CONFIG to allow different defconfigs for each ARCH

2011-10-20 Thread Carmelo AMOROSO
On 25/08/2011 17.58, Khem Raj wrote: On Wed, Aug 24, 2011 at 8:54 AM, Carmelo AMOROSO carmelo.amor...@st.com wrote: On 24/08/2011 17.50, Khem Raj wrote: On 8/24/2011 7:19 AM, Carmelo AMOROSO wrote: Add a new option CONFIG to specify different defconfigs for each ARCH. The naming convention

Re: [PATCH] config: define CONFIG to allow different defconfigs for each ARCH

2011-10-20 Thread Khem Raj
On Thu, Oct 20, 2011 at 3:25 AM, Carmelo AMOROSO carmelo.amor...@st.com wrote: On 25/08/2011 17.58, Khem Raj wrote: On Wed, Aug 24, 2011 at 8:54 AM, Carmelo AMOROSO carmelo.amor...@st.com wrote: On 24/08/2011 17.50, Khem Raj wrote: On 8/24/2011 7:19 AM, Carmelo AMOROSO wrote: Add a new