Age | Commit message (Collapse) | Author | Files |
|
|
|
remove setting of oabi. With gcc 4.4 we can use eabi. Distros can reset this if they want.
|
|
* 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>
|
|
All duplicates in EXTRA_PACKAGE_ARCHS are removed.
Moved EXTRA_PACKAGES_ARCHS to include/tune-* files (PPC and x86
targets), dropped it for ARM targets (as tune-arm* files have them
defined properly).
|
|
|
|
|
|
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-January/004031.html
gcc does not differentiate between the different Strongarm flavors, why should OE?
|
|
* replace erroneous TARGET_CC_ARCH line optimising for xscale instead of strongarm
* remove inclusion of tune-strongarm.inc from collie.conf and replace it with the
correct TARGET_CC_ARCH. Collie is the only Strongarm 1110 device in OE and thus
needs special treatment
* rename tune-strongarm.inc to tune-strongarm1100.inc and leave a short note to
make it clear the file only applies to Strongarm 1100 devices.
|
|
|