From 40c4e7823d9d24dcc489ce03b246c87f2d833a70 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Tue, 19 Oct 2010 14:37:32 +0200 Subject: nios2.inc: added missing definitions for TARGET_CC_ARCH BASE_PACKAGE_ARCH FEED_ARCH Signed-off-by: Frans Meulenbroeks --- conf/machine/include/nios2.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/machine/include') 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 -- cgit 1.2.3-korg