[oe-commits] Frans Meulenbroeks : nios2.inc: added missing definitions for TARGET_CC_ARCH BASE_PACKAGE_ARCH FEED_ARCH

git version control git at git.openembedded.org
Tue Oct 19 12:46:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 40c4e7823d9d24dcc489ce03b246c87f2d833a70
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=40c4e7823d9d24dcc489ce03b246c87f2d833a70

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Tue Oct 19 14:37:32 2010 +0200

nios2.inc: added missing definitions for TARGET_CC_ARCH BASE_PACKAGE_ARCH FEED_ARCH

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 conf/machine/include/nios2.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/nios2.inc b/conf/machine/include/nios2.inc
index ccbfc36..53db013 100644
--- a/conf/machine/include/nios2.inc
+++ b/conf/machine/include/nios2.inc
@@ -5,6 +5,10 @@
 # there are some hooks for uclibc in this file
 # however uclibc is not working yet
 
+TARGET_CC_ARCH = ""
+BASE_PACKAGE_ARCH = "nios2"
+FEED_ARCH = "nios2"
+
 # LIBC = "uclibc" 
 LIBC = "glibc" 
 # and for the angstrom folks





More information about the Openembedded-commits mailing list