]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Autotools: Enable x86 assembler on Hurd by default
authorPino Toscano <toscano.pino@tiscali.it>
Tue, 30 Dec 2025 18:59:55 +0000 (19:59 +0100)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 25 Jan 2026 10:01:32 +0000 (12:01 +0200)
It has been enabled in Debian GNU/Hurd for 15+ years with no issues.
Hence, enable it by default also in the upstream sources.

The CMake build already had it enabled.

Link: https://salsa.debian.org/debian/xz-utils/-/blob/debian/5.8.2-2/debian/rules?ref_type=tags#L98
Closes: https://github.com/tukaani-project/xz/pull/204
configure.ac

index 30e53f219685af0bec8e4b1f0c4e8dc06defba55..3c0ab6b63f844828e608aeb781b011c049613f48 100644 (file)
@@ -350,7 +350,7 @@ if test "x$enable_assembler" = xyes; then
        case $host_os in
                # Darwin should work too but only if not creating universal
                # binaries. Solaris x86 could work too but I cannot test.
-               linux* | *bsd* | mingw* | cygwin | msys | *djgpp*)
+               linux* | gnu* | *bsd* | mingw* | cygwin | msys | *djgpp*)
                        case $host_cpu in
                                i?86)   enable_assembler=x86 ;;
                        esac