aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/files
AgeCommit message (Collapse)Author
2010-10-06uclibc : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-09-19uclibc-0.9.30: We need the __always_inline__ patch, bump PR.Tom Rini
Also move the patch into files dir. This probably applies to other older versions as well.
2009-05-02uclibc_0.9.30.bb : add fix for unifdef for modern gcc/glibc combos.Graeme Gregory
This is probably suitable for all uclibc when someone tests them.
2009-03-20uclibc: Get uclibc working in thumb mode.Khem Raj
* 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.
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>