# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/gmp/sparc.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- When optimized for a higher architecture than the inline assemgly no -xarch must be passed to the assembler, otherwise it will not recognize the compiler generated intstructions. - Rene Rebe --- gmp-4.1.4/configure 2004-09-21 15:06:47.000000000 +0200 +++ gmp-4.1.4/configure 2005-10-18 07:19:31.060000000 +0200 @@ -3301,7 +3301,7 @@ esac case $host_cpu in - sparc64 | sparcv9* | ultrasparc*) + sparc64 | ultrasparc*) case $host in # Solaris 6 and earlier cannot run ABI=64 since it doesn't save # registers properly, so ABI=32 is left as the only choice.