]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix build with -mno-ssse3
authorJaroslav Skarvada <jskarvad@redhat.com>
Wed, 26 Apr 2023 12:48:41 +0000 (13:48 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 26 Apr 2023 12:51:42 +0000 (13:51 +0100)
commitb16553cdad35c286a6078b1bfa503df59403be2b
tree37ebcfba239c8d61eff872077ead503a498a3ba1
parent3fb0cc80fa5e1cede9ec05303a70c26d0d23ca1d
build: fix build with -mno-ssse3

Avoid the following error with -mno-ssse3:
 inlining failed in call to 'always_inline' '_mm_shuffle_epi8':
 target specific option mismatch

* configure.ac: Ensure we use ssse3 specific code when
checking whether to enable the pclmul cksum implementation.
configure.ac