mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 22:52:23 +00:00
a60946eb24
By default, sparc64-*-linux is configured with -mcpu=v9. However, according to https://sourceware.org/ml/libc-alpha/2005-12/msg00027.html: "There is no Linux sparc64 port that runs on non-UltraSPARC-I+ ISA CPUs." v9 is such a "non-UltraSPARC-I+ ISA CPU", so it makes no sense to default to v9 when targetting Linux. Change the default to ultrasparc, even though it can suboptimally schedule instructions for newer SPARC CPUs. See the pending patch: https://patchwork.ozlabs.org/patch/409424/ Signed-off-by: Alexey Neyman <stilor@att.net> |
||
---|---|---|
.. | ||
alpha.sh | ||
arm.sh | ||
avr.sh | ||
m68k.sh | ||
microblaze.sh | ||
mips.sh | ||
nios2.sh | ||
powerpc.sh | ||
s390.sh | ||
sh.sh | ||
sparc.sh | ||
x86.sh | ||
xtensa.sh |