diff options
author | Alexey Neyman <stilor@att.net> | 2018-11-19 23:34:48 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-11-28 00:30:10 -0800 |
commit | 172308cb1be5b23c816c19d0b9c84ba4910cbe80 (patch) | |
tree | 90fb6fe4206ba0c70a38d8c1c73931f58413d01e /config/arch | |
parent | da76ae3ea3ba523223fe61b3b40974254a389141 (diff) | |
download | crosstool-ng-172308cb1be5b23c816c19d0b9c84ba4910cbe80.tar.gz crosstool-ng-172308cb1be5b23c816c19d0b9c84ba4910cbe80.tar.bz2 crosstool-ng-172308cb1be5b23c816c19d0b9c84ba4910cbe80.zip |
Add moxie architecture
and a moxie-unknown-elf target (which is what #1088 apparently wanted).
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/arch')
-rw-r--r-- | config/arch/moxie.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/arch/moxie.in b/config/arch/moxie.in new file mode 100644 index 00000000..8d8bb22b --- /dev/null +++ b/config/arch/moxie.in @@ -0,0 +1,11 @@ +# Moxie soft-core architecture + +## no-package +## select ARCH_SUPPORTS_32 +## select ARCH_DEFAULT_32 +## select ARCH_SUPPORTS_EITHER_ENDIAN +## select ARCH_DEFAULT_BE +## depends on EXPERIMENTAL + +## help The Moxie soft-core architecture, as defined by: +## help http://moxielogic.org/blog/pages/architecture.html |