summaryrefslogtreecommitdiffstats
path: root/config/uClibc-0.9.28/Config.m68k
diff options
context:
space:
mode:
Diffstat (limited to 'config/uClibc-0.9.28/Config.m68k')
-rw-r--r--config/uClibc-0.9.28/Config.m68k30
1 files changed, 30 insertions, 0 deletions
diff --git a/config/uClibc-0.9.28/Config.m68k b/config/uClibc-0.9.28/Config.m68k
new file mode 100644
index 0000000..7d9b6c9
--- /dev/null
+++ b/config/uClibc-0.9.28/Config.m68k
@@ -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 "m68k"
+
+config UC_HAVE_ELF
+ bool
+ default y
+
+config UC_ARCH_SUPPORTS_BIG_ENDIAN
+ bool
+ default y
+
+config UC_ARCH_CFLAGS
+ string
+ default "-Wa,--bitwise-or"
+
+config UC_ARCH_LDFLAGS
+ string
+
+config UC_LIBGCC_CFLAGS
+ string
+
+config UC_HAVE_ELF
+ bool
+ default y
+