[uClinux-dev] [PATCH] nios2: CONFIG_UCLINUX is needed to make some
user apps
Thomas Chou
thomas at wytron.com.tw
Tue Nov 20 21:58:20 EST 2007
New CONFIG_UCLINUX def for Kconfig and Makefile.
Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
diff --git a/vendors/Altera/nios2nommu/config.arch b/vendors/Altera/nios2nommu/config.arch
index c939476..76a0535 100644
--- a/vendors/Altera/nios2nommu/config.arch
+++ b/vendors/Altera/nios2nommu/config.arch
@@ -22,6 +22,8 @@ ARCH = nios2nommu
CROSS_COMPILE = nios2-linux-uclibc-
CROSS = $(CROSS_COMPILE)
+CONFIG_UCLINUX=y
+
CC = $(CROSS_COMPILE)gcc
AS = $(CROSS_COMPILE)as
CXX = $(CROSS_COMPILE)g++
--
1.5.3.3
More information about the uClinux-dev
mailing list