From: Frans Meulenbroeks Date: Tue, 19 Oct 2010 12:37:32 +0000 (+0200) Subject: nios2.inc: added missing definitions for TARGET_CC_ARCH BASE_PACKAGE_ARCH FEED_ARCH X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40c4e7823d9d24dcc489ce03b246c87f2d833a70;p=openembedded.git nios2.inc: added missing definitions for TARGET_CC_ARCH BASE_PACKAGE_ARCH FEED_ARCH Signed-off-by: Frans Meulenbroeks --- 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