[oe-commits] Kristoffer Ericson : conf/machine/jornada7xx.conf : Use EABI

git version control git at git.openembedded.org
Mon Feb 1 11:32:48 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 78411fdbc9e5a4a737303b88ef8962c275425802
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=78411fdbc9e5a4a737303b88ef8962c275425802

Author: Kristoffer Ericson <kristoffer.ericson at gmail.com>
Date:   Mon Feb  1 12:11:21 2010 +0100

conf/machine/jornada7xx.conf : Use EABI

* EABI has advantages for all armv4 > and with
  a little tinkering it works well for armv4.
  Since it comes with speed increases theres no
  reason to use anything else.

Signed-off-by: Kristoffer ericson <kristoffer.ericson at gmail.com>

---

 conf/machine/jornada7xx.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf
index 8741eb4..7bd9a27 100644
--- a/conf/machine/jornada7xx.conf
+++ b/conf/machine/jornada7xx.conf
@@ -3,6 +3,7 @@
 #@DESCRIPTION: Machine configuration for the SA1100 based HP Jornada 7xx palmtop computer
 
 TARGET_ARCH = "arm"
+TARGET_OS = "linux-gnueabi"
 
 require conf/machine/include/tune-strongarm.inc
 





More information about the Openembedded-commits mailing list