mariadb/cmake/build_configurations
Otto Kekäläinen 5cbe01730d MDEV-38332 Detect Hurd based on CMAKE_SYSTEM_NAME being "GNU"
In 22afd13 Hurd detection was introduced using the processor type,
as incidentally only the hurd-i386 build on Debian was using i686.
This method however does not detect a hurd-amd64 system. Fix this
by using the actual system name following CMake conventions.

Hurd is a kernel project by the GNU project, thus system is called
"GNU".
2025-12-18 12:58:36 +11:00
..
mysql_release.cmake MDEV-38332 Detect Hurd based on CMAKE_SYSTEM_NAME being "GNU" 2025-12-18 12:58:36 +11:00