aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-19 14:37:32 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-19 14:37:32 +0200
commit40c4e7823d9d24dcc489ce03b246c87f2d833a70 (patch)
treed9d677dc2034183dd1d46418cfdf65ac04dc1534 /conf/machine/include
parentcc8bc6d24866c29fbb01c6206d3b8e06c1434987 (diff)
downloadopenembedded-40c4e7823d9d24dcc489ce03b246c87f2d833a70.tar.gz
nios2.inc: added missing definitions for TARGET_CC_ARCH BASE_PACKAGE_ARCH FEED_ARCH
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/nios2.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/nios2.inc b/conf/machine/include/nios2.inc
index ccbfc36111..53db013c8a 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