[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:57:33 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: eda60352ea36a50f020394c328b0dd18e374bd0c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eda60352ea36a50f020394c328b0dd18e374bd0c

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 <hrw at openembedded.org>
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 37cb8f0..5c7d0c4 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -241,3 +241,5 @@ DISTRO_EXTRA_RRECOMMENDS += " \
     ${DEBUG_APPS} \
 "
 
+ARM_INSTRUCTION_SET_pn-uclibc = "arm"
+ARM_INSTRUCTION_SET_pn-uclibc-initial = "arm"





More information about the Openembedded-commits mailing list