diff options
author | Alexey Neyman <stilor@att.net> | 2018-12-10 01:11:18 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-12-10 01:11:18 -0800 |
commit | b0d954f0ecdf84c112aeaa249d9ca223af12cf14 (patch) | |
tree | 1e4b67f370e123bd02c648bb01a86b1dc61d1676 /samples/moxie-unknown-moxiebox | |
parent | 5cf859d9d9308e341c58caff45d54a910480ad24 (diff) | |
download | crosstool-ng-b0d954f0ecdf84c112aeaa249d9ca223af12cf14.tar.gz crosstool-ng-b0d954f0ecdf84c112aeaa249d9ca223af12cf14.tar.bz2 crosstool-ng-b0d954f0ecdf84c112aeaa249d9ca223af12cf14.zip |
Allow short "moxiebox" alias
... while making use of the new tunables.
Also, unmark the moxie-elf as broken: the ld scripts installed by newlib
can be found by the compiler and can link the binaries. Why the default
script is broken is not ct-ng's problem...
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/moxie-unknown-moxiebox')
-rw-r--r-- | samples/moxie-unknown-moxiebox/crosstool.config | 7 | ||||
-rw-r--r-- | samples/moxie-unknown-moxiebox/reported.by | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/samples/moxie-unknown-moxiebox/crosstool.config b/samples/moxie-unknown-moxiebox/crosstool.config deleted file mode 100644 index 58fe6533..00000000 --- a/samples/moxie-unknown-moxiebox/crosstool.config +++ /dev/null @@ -1,7 +0,0 @@ -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 -CT_DTC_VERBOSE=y diff --git a/samples/moxie-unknown-moxiebox/reported.by b/samples/moxie-unknown-moxiebox/reported.by deleted file mode 100644 index b9de4f71..00000000 --- a/samples/moxie-unknown-moxiebox/reported.by +++ /dev/null @@ -1,3 +0,0 @@ -reporter_name="Alexey Neyman" -reporter_url="" -reporter_comment="Moxie toolchain with moxiebox+newlib as the C library." |