Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
version
|
|
* Switch default gcc to 4.4.2 for sane toolchain
* Switch binutils to 2.20
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Currently for uclibc it does not do the right job it generates
e.g. for SPE it generates linux-uclibcgnuspe which is not right.
This patch fixed it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* 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>
|
|
* armv5te is mentioned twice in the arm_eabi_supporting_arches list of
sane-toolchain.inc. Remove the latter occurance.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Cliff Brake <cliff.brake@gmail.com>
|
|
default gcc
|
|
* ppc405 has also got tested using 4.4.1 so bump this too.
* ARMv7 is also switched to use 4.4.1.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Acked-by: Phil Blundell <philb@gnu.org>
|
|
* Bump the ABI_LAYOUT. Build from scratch will be needed.
* Replace using TARGET_OS from linux->linux-gnu.
* Replace using linux-uclibcgnueabi->linux-uclibceabi.
* Add 'eabi' to DISTRO_FEATURES (only for minimal and micro).
* Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS.
* Fix the micro conf to get console image building.
* Fix the linux-uclibcgnueabi overrides in all recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Phill Blundell <pb@reciva.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
|
|
Set preferred versions for eglibc to be 2.10.
Bump up uclibc PREFERRED_VERSION to 0.9.30.1
and for uclibc add more PREFERRED_PROVIDERS.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Currently we fall back to glibc if LIBC is not set.
We now will use eglibc as default lib for minimal
and sane-toolchain
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
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>
|
|
minimal.conf; make them weak
You can override DEPLOY_DIR now in your local.conf.
|
|
This knowledge should rather be encoded in the actual recipes.
|
|
|
|
|
|
|
|
been ton of work, thanks koen et. al.) people put in the angstrom distribution
configuration and reorganize the sections a bit for more clarity. Most of this
is really distribution-independent, so I'd welcome if angstrom would include one
or the other of these sane-*.inc and maintain it there.
|