diff options
author | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2010-02-01 12:11:21 +0100 |
---|---|---|
committer | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2010-02-01 12:11:21 +0100 |
commit | 78411fdbc9e5a4a737303b88ef8962c275425802 (patch) | |
tree | a980e6f897e4e69eca2a1fd48a8b8227a6b9116e | |
parent | d369309e4db45454a2e9d8b89da5cd56035c0cd9 (diff) |
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@gmail.com>
-rw-r--r-- | 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 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 |