summaryrefslogtreecommitdiff
path: root/conf/distro/include/angstrom-glibc.inc
AgeCommit message (Collapse)AuthorFiles
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj1
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 Kooi1
PV went backwards *again*, full rebuild time)
2008-05-14angstrom: hack around gcc csl 2008q1 bug ↵Koen Kooi1
(http://www.codesourcery.com/archives/arm-gnu/msg01892.html)
2008-05-04divers: s/bugs.openembedded.org/bugs.openembedded.net/ for all of OERolf Leggewie1
* 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 Raj1
package versions.
2008-04-14angstrom-glibc: reintroduce -frename-registers for non armv7a buildsKoen Kooi1
2008-04-13angstrom: add FEED_ARCH to overrides and replace most machine based ↵Koen Kooi1
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 Kooi1
it off for now
2008-03-04angstrom-glibc.inc: fix glibc/gcc buglet where -Os goes awry with inlining ↵Koen Kooi1
and fastat64 becomes a missing symbol
2008-02-06angstrom-glibc: use linux-libc-headersMarcin Juszkiewicz1
2007-08-24angstrom-*libc: make *libc initial overridableKhem Raj1
2007-08-20angstrom-glibc: prefer glibc-initialMarcin Juszkiewicz1
2007-07-03angstrom: add support for htcwallaby and htctornadoKoen Kooi1
2007-06-06Angstrom: major rework of distro files:Koen Kooi1
* 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 Kooi1
weirdness
2007-01-26angstrom-2007.1.conf (and -glibc.conf and -uclibc.conf): Added initial ↵Rod Whitby1
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 Kooi1
2006-10-24angstrom-glibc: remove stray spaceKoen Kooi1
2006-10-24angstrom-glibc: set preferred provider for virtual/libc Koen Kooi1
2006-09-13angstrom: introduce ANGSTROM_MODE to select between 'glibc' and 'uclibc', ↵Koen Kooi1
inspired by poky * uclibc .28 lacks EABI support and svn trunk is b0rked