summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/libc/moxiebox.in1
-rw-r--r--config/target.in2
2 files changed, 3 insertions, 0 deletions
diff --git a/config/libc/moxiebox.in b/config/libc/moxiebox.in
index ac0324c..ca2107e 100644
--- a/config/libc/moxiebox.in
+++ b/config/libc/moxiebox.in
@@ -4,6 +4,7 @@
# autoconfig and automake.
## depends on ARCH_MOXIE
+## depends on ARCH_LE
## depends on BARE_METAL
## select LIBC_NEWLIB_SHOW
## select LIBC_SUPPORT_THREADS_NONE
diff --git a/config/target.in b/config/target.in
index 34d9369..c0054f2 100644
--- a/config/target.in
+++ b/config/target.in
@@ -142,10 +142,12 @@ config ARCH_LE
config ARCH_BE_LE
bool
prompt "Both, default big endian"
+ depends on ARCH_SUPPORTS_BOTH_ENDIAN
config ARCH_LE_BE
bool
prompt "Both, default little endian"
+ depends on ARCH_SUPPORTS_BOTH_ENDIAN
endchoice