diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2024-12-27 15:47:33 +0000 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-01-07 09:06:53 +1300 |
commit | b07f41fe319d72215b244355fa7b8dc955e151bd (patch) | |
tree | 1eb5e68d83e6f2d2eac81afa37a9da48e638bc19 /scripts | |
parent | 51bda9ebd6fbe513d10b4d482ae8ae53ca6ccfda (diff) | |
download | crosstool-ng-b07f41fe319d72215b244355fa7b8dc955e151bd.tar.gz crosstool-ng-b07f41fe319d72215b244355fa7b8dc955e151bd.tar.bz2 crosstool-ng-b07f41fe319d72215b244355fa7b8dc955e151bd.zip |
openrisc: Initial OpenRISC 1000 support
This target is in GCC/binutils/Linux/Glibc/musl for a while.
Baremetal/glibc/musl toolchains are all build tested.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/arch/openrisc.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/build/arch/openrisc.sh b/scripts/build/arch/openrisc.sh new file mode 100644 index 00000000..7b467540 --- /dev/null +++ b/scripts/build/arch/openrisc.sh @@ -0,0 +1,6 @@ +# Compute OpenRISC-specific values + +CT_DoArchTupleValues() { + CT_TARGET_ARCH="or1k" + :; +} |