mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
Moxiebox requires target to be LE
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
e85ec884ad
commit
7a7a20bfee
@ -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
|
||||
|
@ -1,5 +1,6 @@
|
||||
CT_EXPERIMENTAL=y
|
||||
CT_ARCH_MOXIE=y
|
||||
CT_ARCH_LE=y
|
||||
CT_DEBUG_GDB=y
|
||||
CT_GDB_CROSS_SIM=y
|
||||
# CT_GDB_CROSS_PYTHON is not set
|
||||
|
Loading…
Reference in New Issue
Block a user