Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
11.4
-
None
Description
Debian armel (ARMv5 and ARMv6) toolchain is not currently working. It would be nice to have and problem is that there is not enough detection in ARM code to make sure that ARM is new enough to have NEON. To build with Debian armel toolchain there should be -mfpu=neon -mfloat-abi=softfp when detected that there is no NEON support which gives: softfp: Allows use of floating-point instructions but maintains compatibility with the soft-float ABI. Which means it's slower but not need for code changes.
Debian discussion is on Salsa:
https://salsa.debian.org/mariadb-team/mariadb-server/-/merge_requests/32
Attachments
Issue Links
- is blocked by
-
MDEV-32935 Parameter 'CMAKE_SYSTEM_PROCESSOR=$(DEB_HOST_ARCH)' is not needed anymore to crosscompile Debian packages
- Closed