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>
This commit is contained in:
Alexey Neyman 2018-12-10 01:11:18 -08:00
parent 5cf859d9d9
commit b0d954f0ec
4 changed files with 10 additions and 0 deletions

View File

@ -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.