crosstool-ng/scripts/build/arch/openrisc.sh
Jiaxun Yang b07f41fe31 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>
2025-01-07 09:06:53 +13:00

7 lines
96 B
Bash

# Compute OpenRISC-specific values
CT_DoArchTupleValues() {
CT_TARGET_ARCH="or1k"
:;
}