Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-12-21 | angstrom: use eabi for armv4 and remove arm-oabi | Thomas Kunze | 1 | |
With gcc 4.4.2 armv4 can use eabi | ||||
2009-10-27 | angstrom: change *glibc build to -Os | Koen Kooi | 1 | |
2009-10-22 | angstrom: blacklist libiconv for *glibc to stop people from corrupting their ↵ | Koen Kooi | 1 | |
builds | ||||
2009-10-10 | angstrom: Revert to linux-gnu triplet | Khem Raj | 1 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-10-10 | conf: Decosmetize TARGET_OS | Khem Raj | 1 | |
* 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-07 | angstrom-*libc.inc : fix the TARGET_OS definitions for non eabi/spe targets. | Graeme Gregory | 1 | |
This is required because of changes in class/siteinfo.bbclass | ||||
2009-09-17 | angstrom-eglibc: fix eabi target os assignment | Koen Kooi | 1 | |
2009-08-19 | angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines. | Leon Woestenberg | 1 | |
Signed-off-by: Leon Woestenberg <leon@sidebranch.com> | ||||
2009-06-16 | Angstrom: build with -ggdb3 by default | Koen Kooi | 1 | |
"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-04 | All distros: Bring in conf/distro/include/${LIBC}.inc | Tom Rini | 1 | |
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-05 | angstrom-*libc: Disable GNU hash style for mips. | Khem Raj | 1 | |
* .gnu.hash stuff seems to be fundamentally incompatible with the MIPS ABI | ||||
2008-11-26 | angstrom 2008: move distro pr to main file | Koen Kooi | 1 | |
2008-10-15 | [commit] Allow the distribution to set the hash-style and enable it for angstrom | Holger Hans Peter Freyther | 1 | |
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-25 | Change the toolchain build sequence. Helps in reproducable toolchains ↵ | Khem Raj | 1 | |
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-28 | linux-rt: Update with latest linux-rt developments. | Leon Woestenberg | 1 | |
2008-05-04 | divers: s/bugs.openembedded.org/bugs.openembedded.net/ for all of OE | Rolf Leggewie | 1 | |
* bugs.openembedded.org has frequent DNS issues, .net is better maintained both should usually point to the same server and bugzilla installation | ||||
2007-12-07 | package_ipk.bbclass: Fix one remaining occurence of bb.utils.lockfile(), so ↵ | Leon Woestenberg | 1 | |
that it works with bitbake 1.8.8. | ||||
2007-08-30 | eglibc: (r)provide glibc stuff, since it is compatible, closes #2894 | Khem Raj | 1 | |
2007-08-24 | angstrom-*libc: make *libc initial overridable | Khem Raj | 1 | |
2007-08-06 | angstrom-eglibc: add more defines to stop glibc from ending up in staging | Koen Kooi | 1 | |
2007-08-02 | angstrom: add very experimental 'eglibc' ANGSTROM_MODE | Koen Kooi | 1 | |
* set ANGSTROM_MODE = 'eglibc' to use eglibc as your c library * as the eglibc commit stated: 'only tested up to do_compile' |