aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom-eglibc.inc
AgeCommit message (Collapse)Author
2010-09-27distros: Disable gnu-style hash for mips64/mips64elKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15angstrom-eglibc.inc: Update SPE checkTom Rini
Use BASE_PACKAGE_ARCH to determine if we should be SPE, or not which is what sane-toolchain.inc does. This saves us having to update this file every time a new e500 machine is added. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-07angstrom: switch to ggdb2 to save space, noone seems to really exploit the ↵Koen Kooi
things -ggdb3 provides Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org>
2010-09-04Added Freescale P1020RDB machine and linux-powerpc-fsl-2.6.35.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-08-18angstrom: start with merging in angstrom/angstrom-next branchKoen Kooi
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-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-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-09-17angstrom-eglibc: fix eabi target os assignmentKoen Kooi
2009-08-19angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
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>
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-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-28linux-rt: Update with latest linux-rt developments.Leon Woestenberg
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
2007-12-07package_ipk.bbclass: Fix one remaining occurence of bb.utils.lockfile(), so ↵Leon Woestenberg
that it works with bitbake 1.8.8.
2007-08-30eglibc: (r)provide glibc stuff, since it is compatible, closes #2894Khem Raj
2007-08-24angstrom-*libc: make *libc initial overridableKhem Raj
2007-08-06angstrom-eglibc: add more defines to stop glibc from ending up in stagingKoen Kooi
2007-08-02angstrom: add very experimental 'eglibc' ANGSTROM_MODEKoen Kooi
* set ANGSTROM_MODE = 'eglibc' to use eglibc as your c library * as the eglibc commit stated: 'only tested up to do_compile'