Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code | Carmelo Amoroso | 2012-01-27 | 1 | -1/+0 |
| | | | | | | | | | Do not pollute libraries with its own implementation of __aeabi_unwind_cpp_pr1 code. Just add it to uclibc_nonshared.a archive and share it. This fixes build issue with static linking of application due to multiple symbol definition in libgcc_eh-a and libpthread.a or librt.a Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | libpthread/nptl: core of the "Native Posix Threading Library" for uClibc | Austin Foxley | 2009-10-17 | 1 | -0/+1 |
targetting arm,sh,i386,mips,sparc for now Signed-off-by: Austin Foxley <austinf@cetoncorp.com> |