[oe-commits] Marcin Juszkiewicz : angstrom-2008.1: do not use Thumb for uclibc

GIT User account git at amethyst.openembedded.net
Tue Apr 21 13:53:46 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4b410d68f722775e8627c175d5c623e7a7f5c928
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4b410d68f722775e8627c175d5c623e7a7f5c928

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Sun Apr 19 21:04:53 2009 +0200

angstrom-2008.1: do not use Thumb for uclibc

Compilation is broken with binutils which Angstrom uses.

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen at openembedded.org>

---

 conf/distro/angstrom-2008.1.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index a26a987..4456927 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -241,3 +241,5 @@ DISTRO_EXTRA_RRECOMMENDS += " \
 "
 
 SPLASH ?= ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-angstrom", "",d)}'
+ARM_INSTRUCTION_SET_pn-uclibc = "arm"
+ARM_INSTRUCTION_SET_pn-uclibc-initial = "arm"





More information about the Openembedded-commits mailing list