summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.microblaze
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.microblaze')
-rw-r--r--extra/Configs/Config.microblaze49
1 files changed, 49 insertions, 0 deletions
diff --git a/extra/Configs/Config.microblaze b/extra/Configs/Config.microblaze
new file mode 100644
index 000000000..abcd9300e
--- /dev/null
+++ b/extra/Configs/Config.microblaze
@@ -0,0 +1,49 @@
+#
+# For a description of the syntax of this configuration file,
+# see extra/config/Kconfig-language.txt
+#
+
+mainmenu "uClibc C Library Configuration"
+
+menu "Target Architecture Features and Options"
+
+config ARCH_CFLAGS
+ string
+
+config ARCH_LDFLAGS
+ string
+
+config LIBGCC_CFLAGS
+ string
+
+config HAVE_ELF
+ bool
+ default y
+
+config ARCH_HAS_NO_MMU
+ bool
+ default y
+
+config ARCH_HAS_NO_FPU
+ bool
+ default y
+
+config ARCH_HAS_C_SYMBOL_PREFIX
+ bool
+ default y
+
+config HAVE_NO_PIC
+ bool
+ default y
+
+config CROSS
+ string
+ default "mb-"
+
+source "extra/Configs/Config.in.arch"
+
+endmenu
+
+source "extra/Configs/Config.in"
+
+