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 | |
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>
-rw-r--r-- | config/libc/moxiebox.in | 10 | ||||
-rw-r--r-- | samples/moxie-unknown-elf/broken | 0 | ||||
-rw-r--r-- | samples/moxiebox/crosstool.config (renamed from samples/moxie-unknown-moxiebox/crosstool.config) | 0 | ||||
-rw-r--r-- | samples/moxiebox/reported.by (renamed from samples/moxie-unknown-moxiebox/reported.by) | 0 |
4 files changed, 10 insertions, 0 deletions
diff --git a/config/libc/moxiebox.in b/config/libc/moxiebox.in index ca2107ed..e0366411 100644 --- a/config/libc/moxiebox.in +++ b/config/libc/moxiebox.in @@ -15,3 +15,13 @@ ## select LIBELF_NEEDED ## ## help Secure execution runtime for Moxie architecture. + +config MOXIEBOX_SHORT_TUPLE + bool "Use 'moxiebox-' as target tuple" + select OMIT_TARGET_ARCH + select OMIT_TARGET_VENDOR + select TARGET_SKIP_CONFIG_SUB + help + Moxiebox refers to the tools configured for 'moxie-unknown-moxiebox-' by + a short, 'moxiebox-' prefix. Though non-canonical, it seems to be officially + endorsed. diff --git a/samples/moxie-unknown-elf/broken b/samples/moxie-unknown-elf/broken deleted file mode 100644 index e69de29b..00000000 --- a/samples/moxie-unknown-elf/broken +++ /dev/null diff --git a/samples/moxie-unknown-moxiebox/crosstool.config b/samples/moxiebox/crosstool.config index 58fe6533..58fe6533 100644 --- a/samples/moxie-unknown-moxiebox/crosstool.config +++ b/samples/moxiebox/crosstool.config diff --git a/samples/moxie-unknown-moxiebox/reported.by b/samples/moxiebox/reported.by index b9de4f71..b9de4f71 100644 --- a/samples/moxie-unknown-moxiebox/reported.by +++ b/samples/moxiebox/reported.by |