From: Kristoffer Ericson Date: Mon, 1 Feb 2010 11:11:21 +0000 (+0100) Subject: conf/machine/jornada7xx.conf : Use EABI X-Git-Tag: Release-2010-05/1~621 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78411fdbc9e5a4a737303b88ef8962c275425802;p=openembedded.git 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 --- diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf index 8741eb4ff6..7bd9a27392 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