summaryrefslogtreecommitdiff
path: root/conf/distro/include/angstrom-uclinux-uclibc.inc
AgeCommit message (Collapse)AuthorFiles
2009-12-21angstrom: use eabi for armv4 and remove arm-oabiThomas Kunze1
With gcc 4.4.2 armv4 can use eabi
2009-09-04angstrom: Use linux-uclibceabi instead of linux-uclibcgnueabiKhem Raj1
* For uclibc based ARM EABI systems switch to using linux-uclibceabi as TARGET_OS Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2009-06-16Angstrom: build with -ggdb3 by defaultKoen Kooi1
"Level 3 includes extra information, such as all the macro definitions present in the program. GDB supports macro expansion when you use `-gdb3'."
2009-05-04All distros: Bring in conf/distro/include/${LIBC}.incTom Rini1
With minimal/minimal-uclibc we have to do a little rework so that minimal-uclibc can override the main distro. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2008-12-10angstrom-uclibc.inc: Disable USE_NLS for gcc-crossKhem Raj1
angstrom-uclinux-uclibc.inc: Ditto slugos.inc: Ditto minimal-uclibc.conf: Ditto * uclibc based system gettext gets pulled in to provide libintl and when gcc-cross is rebuilt then it ends up noticing that it can use the NLS support and the patches for uclibc locale support in gcc does not go so well with this. We disable NLS for uclibc based angstroms.
2008-09-18uclibc: fix logic error for glib-2.0-nativeHenning Heinold1
* if we set for glib-2.0 USE_NLS = yes, we have to do it for the native package too, otherwise the check function for USE_NLS bails out and build the older 2.12.4 package
2008-03-18angstrom: add skeleton support for ANGSTROM_MODE = "uclinux-uclibc" (e.g. ↵Koen Kooi1
bfin, arm7tdmi)