mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 13:23:08 +00:00
d0cc0b3a56
Convert MIPS and Sparc over to using the new target_bits_64 variable. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
6 lines
160 B
Bash
6 lines
160 B
Bash
# Compute sparc-specific values
|
|
CT_DoArchTupleValues() {
|
|
# That's the only thing to override
|
|
CT_TARGET_ARCH="sparc${target_bits_64}${CT_ARCH_SUFFIX}"
|
|
}
|