mips: Disable O32_FP64_SUPPORT

MSA will also be disabled on 32bit flavor, so bump abi version

since golang hasn't been migrate to FPXX yet.
This will broken the golang packages on Octeon hardware.
This commit is contained in:
YunQiang Su 2020-06-06 18:06:25 +08:00 committed by Aurelien Jarno
parent a097060416
commit 3d19078b07
2 changed files with 5 additions and 1 deletions

5
debian/changelog vendored
View File

@ -1017,6 +1017,11 @@ linux (4.19.131-1) UNRELEASED; urgency=medium
redundant with "sched/core: Fix illegal RCU from offline CPUs"
* Bump ABI to 10
[ YunQiang Su ]
* [mips*]: Do not enable MIPS_O32_FP64_SUPPORT, since golang hasn't been
migrated to FPXX yet and this breaks the golang packages on Octeon
hardware. In turns this disables MSA on 32-bit kernels.
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 13 May 2020 17:44:43 +0200
linux (4.19.118-2+deb10u1) buster-security; urgency=high

View File

@ -9,7 +9,6 @@ CONFIG_KEXEC=y
CONFIG_SECCOMP=y
CONFIG_PCI=y
# CONFIG_RAPIDIO is not set
CONFIG_MIPS_O32_FP64_SUPPORT=y
#. Ignored in 32-bit configurations
CONFIG_MIPS32_O32=y
CONFIG_MIPS32_N32=y