aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom-uclibc.inc
AgeCommit message (Collapse)Author
2010-07-17angstrom: don't use -ggdb3 for -native and -crossKoen Kooi
* As Phil points out, not enough people are debugging -native stuff * The actual bug in the git -native recipe not using links still isn't solved, though
2009-12-21angstrom: use eabi for armv4 and remove arm-oabiThomas Kunze
With gcc 4.4.2 armv4 can use eabi
2009-09-04angstrom: Use linux-uclibceabi instead of linux-uclibcgnueabiKhem Raj
* 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 Kooi
"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 Rini
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>
2009-02-11angstrom 2009.X: fix avr32 buildKoen Kooi
2008-12-10angstrom-uclibc.inc: Disable USE_NLS for gcc-crossKhem Raj
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-12-05angstrom-*libc: Disable GNU hash style for mips.Khem Raj
* .gnu.hash stuff seems to be fundamentally incompatible with the MIPS ABI
2008-12-04angstrom-uclibc: Use gettext as PREFERRED_PROVIDER for virtual/libintlKhem Raj
* Use proxy-libintl for avr32 uclibc because gettext has problems on avr32 * Switch other uclibc arches to use gettext
2008-11-15uclibc-0.9.30: enable linker option for hashstyle-gnuwoglinde
* uclibc can be compiled with hashstyle-gnu too * add the settings in angstrom-uclibc.inc * add patch ldso_hash_arm.patch because binutils after 2.18 for arm are somehow broken for the hashstyle test in uclibc * prefer version 0.9.30 in angstroem may break avr32 and if we fix it than
2008-09-18uclibc: fix logic error for glib-2.0-nativeHenning Heinold
* 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-09-07angstrom uclibc: switch to proxy-libintlKoen Kooi
2008-05-04Revive uclibc svn. Rearrange preferred providers based on libc. Bump up some ↵Khem Raj
package versions.
2008-04-29angstrom-uclibc.inc: Re-enable optimization for AVR32 now that we switched ↵Geoffrey Wossum
to gcc-4.2.2 with Atmel patches which has the ICE fixed.
2007-11-30angstrom-uclibc: atler cflags to work around broken avr32 compilerKoen Kooi
2007-07-03angstrom: add support for htcwallaby and htctornadoKoen Kooi
2007-06-12angstrom: blackfin updatesKoen Kooi
2007-06-06Angstrom: major rework of distro files:Koen Kooi
* Absorb OABI config into main distro (thanks to woglinde's python magic) * Group preferred providers and preferred versions as much as possible * Document entries a bit more
2007-05-14angstrom-uclibc: turn on NLS for glibcKoen Kooi
2007-01-26angstrom-2007.1.conf (and -glibc.conf and -uclibc.conf): Added initial ↵Rod Whitby
support for building on armeb - there are problems in the toolchain, but at least this allows someone to work on it
2006-11-05angstrom: add support for ixp4xx/LE and disable NLS for uclibcKoen Kooi
2006-09-14 angstrom: some more uclibc stuffKoen Kooi
2006-09-13angstrom: introduce ANGSTROM_MODE to select between 'glibc' and 'uclibc', ↵Koen Kooi
inspired by poky * uclibc .28 lacks EABI support and svn trunk is b0rked