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 /samples | |
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 'samples')
-rw-r--r-- | samples/moxie-unknown-moxiebox/crosstool.config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |