[oe-commits] Carsten Haitzler (Raster : efl: force arm insturctions, not thumb to stop illegal instruction bugs.

GIT User account git at amethyst.openembedded.net
Thu Feb 19 14:03:46 UTC 2009


Module: openembedded.git
Branch: raster
Commit: 1fa4ef3d19f36e2be7b58feae6b1a06a1ec102b7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1fa4ef3d19f36e2be7b58feae6b1a06a1ec102b7

Author: Carsten Haitzler (Raster <raster at rasterman.com>
Date:   Fri Jan 16 11:36:44 2009 +1100

efl: force arm insturctions, not thumb to stop illegal instruction bugs.

---

 classes/efl.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/efl.bbclass b/classes/efl.bbclass
index d333c4b..1e610de 100644
--- a/classes/efl.bbclass
+++ b/classes/efl.bbclass
@@ -9,6 +9,7 @@ DEPENDS += "pkgconfig-native"
 # revision 0d93ec84b30bc1bee2caaee72d667f87bc468a70 made SRCDATE and hence PV go backwards, so we need to up PE to unbreak builds and feeds :(
 PE = "2"
 
+# thumb has much unhappiness
 ARM_INSTRUCTION_SET = "arm"
 
 AUTOTOOLS_STAGE_PKGCONFIG = "1"





More information about the Openembedded-commits mailing list