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 /config/libc | |
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>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/moxiebox.in | 1 |
1 files changed, 1 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 |