diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-01 12:41:09 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-01 12:41:09 +0100 |
commit | 061efdbc64fb5966ecb7849ee666d765aa6b3b3e (patch) | |
tree | ce0645f82ea3facaba06a970f3bbed9501f2b13c /conf | |
parent | 78411fdbc9e5a4a737303b88ef8962c275425802 (diff) |
Revert "conf/machine/jornada7xx.conf : Use EABI"
TARGET_OS does explicitly NOT belong in a machine.conf, it belongs in a distro.conf
This reverts commit 78411fdbc9e5a4a737303b88ef8962c275425802.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/jornada7xx.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf index 7bd9a27392..8741eb4ff6 100644 --- a/conf/machine/jornada7xx.conf +++ b/conf/machine/jornada7xx.conf @@ -3,7 +3,6 @@ #@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 |