summaryrefslogtreecommitdiffstats
path: root/config/uClibc-0.9.28/Config.nios2
diff options
context:
space:
mode:
Diffstat (limited to 'config/uClibc-0.9.28/Config.nios2')
-rw-r--r--config/uClibc-0.9.28/Config.nios230
1 files changed, 30 insertions, 0 deletions
diff --git a/config/uClibc-0.9.28/Config.nios2 b/config/uClibc-0.9.28/Config.nios2
new file mode 100644
index 0000000..28c2024
--- /dev/null
+++ b/config/uClibc-0.9.28/Config.nios2
@@ -0,0 +1,30 @@
+#
+# For a description of the syntax of this configuration file,
+# see extra/config/Kconfig-language.txt
+#
+
+config UC_TARGET_ARCH
+ default "nios2"
+
+config UC_HAVE_ELF
+ bool
+ select UC_ARCH_HAS_NO_MMU
+ select UC_ARCH_LITTLE_ENDIAN
+ select UC_HAVE_NO_PIC
+ select UC_HAVE_NO_SHARED
+ select UC_ARCH_HAS_NO_LDSO
+ default y
+
+config UC_ARCH_CFLAGS
+ string
+
+config UC_ARCH_LDFLAGS
+ string
+
+config UC_LIBGCC_CFLAGS
+ string
+
+config UC_CROSS
+ string
+ default nios2-elf-
+