diff options
author | Alexey Neyman <stilor@att.net> | 2018-12-07 14:49:28 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-12-07 14:49:28 -0800 |
commit | 7a7a20bfee243cd0078ba843e6c3dce977d61ec9 (patch) | |
tree | 762a25e20d8d227dddeadb075a9ac7dd97801f88 | |
parent | e85ec884ade523c1aa332d7819c539934f1c860a (diff) | |
download | crosstool-ng-7a7a20bfee243cd0078ba843e6c3dce977d61ec9.tar.gz crosstool-ng-7a7a20bfee243cd0078ba843e6c3dce977d61ec9.tar.bz2 crosstool-ng-7a7a20bfee243cd0078ba843e6c3dce977d61ec9.zip |
Moxiebox requires target to be LE
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | config/libc/moxiebox.in | 1 | ||||
-rw-r--r-- | samples/moxie-unknown-moxiebox/crosstool.config | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/libc/moxiebox.in b/config/libc/moxiebox.in index ac0324c4..ca2107ed 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/samples/moxie-unknown-moxiebox/crosstool.config b/samples/moxie-unknown-moxiebox/crosstool.config index 6fae8592..58fe6533 100644 --- a/samples/moxie-unknown-moxiebox/crosstool.config +++ b/samples/moxie-unknown-moxiebox/crosstool.config @@ -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 |