Re: Busybox static complation issue with GCC 4.5 for ARMv7 - __tls_get_addr undefined

2011-02-02 Thread Carmelo AMOROSO
On 2/2/2011 2:31 AM, Nitin Garg wrote: Reworked the patch as per your suggestion, pls accept. Regards, Nitin I have to apply it with -p2, anyway applied. I've grepped for FSF Copyright, and indeed we have dozens of file taken from glibc that have the FSF assignment... so no problem. The

Re: Busybox static complation issue with GCC 4.5 for ARMv7 - __tls_get_addr undefined

2011-02-01 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/1/2011 7:37 AM, Nitin Garg wrote: We tried compiling busybox statically for ARMv7 and __tls_get_addr was undefined. As handled in other architectures, we added the __tls_get_addr definition for ARM to resolve the issue. Kindly review this

Re: Busybox static complation issue with GCC 4.5 for ARMv7 - __tls_get_addr undefined

2011-02-01 Thread Joakim Tjernlund
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/1/2011 7:37 AM, Nitin Garg wrote: We tried compiling busybox statically for ARMv7 and __tls_get_addr was undefined. As handled in other architectures, we added the __tls_get_addr definition for ARM to resolve the issue. Kindly

Re: Busybox static complation issue with GCC 4.5 for ARMv7 - __tls_get_addr undefined

2011-02-01 Thread Nitin Garg
Reworked the patch as per your suggestion, pls accept. Regards, Nitin On Tue, Feb 1, 2011 at 3:53 AM, Carmelo AMOROSO carmelo.amor...@st.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/1/2011 7:37 AM, Nitin Garg wrote: We tried compiling busybox statically for ARMv7 and

Busybox static complation issue with GCC 4.5 for ARMv7 - __tls_get_addr undefined

2011-01-31 Thread Nitin Garg
We tried compiling busybox statically for ARMv7 and __tls_get_addr was undefined. As handled in other architectures, we added the __tls_get_addr definition for ARM to resolve the issue. Kindly review this and include in next release. Thanks, Regards, Nitin Garg diff -Naurp