aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom-glibc.inc
AgeCommit message (Collapse)Author
2009-12-21angstrom: use eabi for armv4 and remove arm-oabiThomas Kunze
With gcc 4.4.2 armv4 can use eabi
2009-11-25angstrom-glibc: switch back to -O2Koen Kooi
2009-10-27angstrom: add an option to use -Wl,--as-needed for glibc buildskoen/static-libs-reworkKoen Kooi
Console-image builds and seems to work, but this needs lots of testing before getting enabled
2009-10-27angstrom: change *glibc build to -OsKoen Kooi
2009-10-22angstrom: blacklist libiconv for *glibc to stop people from corrupting their ↵Koen Kooi
builds
2009-10-14angstrom: clean ups of the external toolchain supportDenys Dmytriyenko
2009-10-14angstrom: framework to select internal/external toolchain and brand ↵Denys Dmytriyenko
(csl/generic for now)
2009-10-10angstrom: Revert to linux-gnu tripletKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-10conf: Decosmetize TARGET_OSKhem Raj
* This patch reverts the cosmetic change which used linux-gnu instead of linux Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Holger Freyther <zecke@selfish.org>
2009-10-07angstrom-*libc.inc : fix the TARGET_OS definitions for non eabi/spe targets.Graeme Gregory
This is required because of changes in class/siteinfo.bbclass
2009-07-15angstrom glibc: don't compile native tools with -ggdb3, only with -gKoen Kooi
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-06-08angstrom: use -O not -O2 for ep9312 tuningMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org>
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>
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-11-26angstrom 2008: move distro pr to main fileKoen Kooi
2008-10-16angstrom glibc: -Os seems to trip up almost all non vanilla gcc toolchains ↵Koen Kooi
(e.g. the harry potter ones from CSL), so take a small size penalty to save us some segfaults
2008-10-15[commit] Allow the distribution to set the hash-style and enable it for angstromHolger Hans Peter Freyther
With binutils >= 2.17 we can use --hash-style=both and this will work with all versions of glibc. glibc >= 2.5 can take advantage of the new hash style and should give better application startup.
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working.
2008-05-18angstrom 2008: make compiler selection easier, use 2007q3 for armv7a (yes, ↵Koen Kooi
PV went backwards *again*, full rebuild time)
2008-05-14angstrom: hack around gcc csl 2008q1 bug ↵Koen Kooi
(http://www.codesourcery.com/archives/arm-gnu/msg01892.html)
2008-05-04divers: s/bugs.openembedded.org/bugs.openembedded.net/ for all of OERolf Leggewie
* bugs.openembedded.org has frequent DNS issues, .net is better maintained both should usually point to the same server and bugzilla installation
2008-05-04Revive uclibc svn. Rearrange preferred providers based on libc. Bump up some ↵Khem Raj
package versions.
2008-04-14angstrom-glibc: reintroduce -frename-registers for non armv7a buildsKoen Kooi
2008-04-13angstrom: add FEED_ARCH to overrides and replace most machine based ↵Koen Kooi
overrides with the arch based overrides * makes life easier for people with out-of-tree machines
2008-04-05angstrom-glibc: gcc 4.3.0 segfaults when using -frename-registers, so turn ↵Koen Kooi
it off for now
2008-03-04angstrom-glibc.inc: fix glibc/gcc buglet where -Os goes awry with inlining ↵Koen Kooi
and fastat64 becomes a missing symbol
2008-02-06angstrom-glibc: use linux-libc-headersMarcin Juszkiewicz
2007-08-24angstrom-*libc: make *libc initial overridableKhem Raj
2007-08-20angstrom-glibc: prefer glibc-initialMarcin Juszkiewicz
2007-07-03angstrom: add support for htcwallaby and htctornadoKoen 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-03-02angstrom: don't use -Os on sparc, glibc won't compile due to some libgcc ↵Koen Kooi
weirdness
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-12-11angstrom glibc.inc: use -O1 for perl to fix #1616Koen Kooi
2006-10-24angstrom-glibc: remove stray spaceKoen Kooi
2006-10-24angstrom-glibc: set preferred provider for virtual/libc Koen 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