mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-11 07:22:59 +00:00
b07f41fe31
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>
7 lines
96 B
Bash
7 lines
96 B
Bash
# Compute OpenRISC-specific values
|
|
|
|
CT_DoArchTupleValues() {
|
|
CT_TARGET_ARCH="or1k"
|
|
:;
|
|
}
|