summaryrefslogtreecommitdiff
path: root/recipes/python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-03-20 12:28:27 -0700
committerKhem Raj <raj.khem@gmail.com>2009-03-20 12:28:27 -0700
commit8d0b0994a86b2800363b7d1ab4384bd87fb94f6a (patch)
treeea45aabd41a00c38565bb10340f2fc60bc4414be /recipes/python
parenta7b83866a10c1487125720d7583b9f6935ea9e61 (diff)
uclibc: Get uclibc working in thumb mode.
* WARNING!! Do not use bintils 2.19 or 2.19.1 when compiling in thumb mode. The veneer generation does not work as expected. Use binutils 2.18 or binutils_cvs * Move LEAD_SONAME into uclibc.inc * Use no optimizations while compiling ldso.c to over come a gcc ICE * Use ARM mode resolver for thumb mode. The resolver depends on ip register and if we use thumb function for _dl_linux_resolve then it adds a veneer which corrupts ip.
Diffstat (limited to 'recipes/python')
0 files changed, 0 insertions, 0 deletions
>uclibc-0.9.29: Remove bash'ism in equal check of some config script.Leon Woestenberg1 2008-03-05uclibc: Merge various changes made in Poky to fix various pathsRichard Purdie1 2008-02-15uclibc 0.9.29: blackfin and avr32 updatesKoen Kooi1 2007-10-12uclibc 0.9.29: add patches from buildrot to fix mmapKoen Kooi1 2007-08-29uclibc 0.9.29: add templates for different ARM generations and use iwmmxt ↵Koen Kooi1 for gumstix-verdex 2007-07-04There are some definition missing in uclibc which preventsHenning Heinold1 building of bluez-utils. -termios.h will be fixed in nex uclibc version according to this thread http://www.mail-archive.com/uclibc@uclibc.org/msg00382.html -errno_values.h is mostly the same as the linux kernel headers but didnt change for years and so stucked with the 2.4 defintions, 2.6 added some more like "ENOKEY" Bumping PR to get rebuilds. Beaware that the toolchain could be broken after compiling the new uclibc version. If you got side-effects with __clz-tab missing symbol, recompile the whole stuff. 2007-05-28uclibc: fix strongarm configsKoen Kooi1 2007-05-28uclibc: fix strongarm defconfigs and add some moreKoen Kooi1 2007-05-23uclibc: Add uclibc-initial-0.9.29 so that toolchain bootstrap from recent ↵Leon Woestenberg1 kernel headers works. 2007-05-21uclibc-0.9.29: Revert untested patch, must test first.Leon Woestenberg1 2007-05-21uclibc-0.9.29: Fix inproper shift in mmap (uClibc bugid 1303).Leon Woestenberg1 2007-05-16uclibc: bump PR for zecke's change to the configKoen Kooi1 2007-05-14uclibc 0.9.29: turn on SUSV3 stuff on angsgrom to build perlKoen Kooi1 2007-05-14uclibc 0.9.29: fix FILESPATH, add ep93xx configKoen Kooi1 2007-05-13uclibc: Use only uClibc.{distro,machine} for 0.9.29. Do not need require ↵Leon Woestenberg1 these for <0.9.29. This fixes uclibc-initial-0.9.28 builds. 2007-05-12uclibc: add recipe for 0.9.29Koen Kooi1 * builds for angstrom/ixp4xxbe * other distros and machines need to add their own uClibc.machine and uClibc.distro configs