[oe-commits] Alex Ferguson : tune-mips32.inc: Add missing definitions.

git version control git at git.openembedded.org
Mon Nov 8 15:08:06 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: 469fa13d39283af662907a7a8b5977f5f29f49ed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=469fa13d39283af662907a7a8b5977f5f29f49ed

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Thu Nov  4 19:25:08 2010 +0200

tune-mips32.inc: Add missing definitions.

I added the FEED_ARCH and BASE_PACKAGE_ARCH definitions which
are assigned the value of TARGET_ARCH (which is defined in
the individual machine files). I used the TARGET_ARCH variable
and not a static value since the value can be either "mipsel"
(as in ben-nanonote) or "mips" (as in qemumips).

Signed-off-by: Alex Ferguson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 conf/machine/include/tune-mips32.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/tune-mips32.inc b/conf/machine/include/tune-mips32.inc
index 93da66b..67edca2 100644
--- a/conf/machine/include/tune-mips32.inc
+++ b/conf/machine/include/tune-mips32.inc
@@ -1 +1,3 @@
 TARGET_CC_ARCH = "-march=mips32"
+FEED_ARCH = "${TARGET_ARCH}"
+BASE_PACKAGE_ARCH = "${TARGET_ARCH}"





More information about the Openembedded-commits mailing list