]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: fix configure issue with specific paths
authorPetar Jovanovic <mips32r2@gmail.com>
Wed, 6 Nov 2019 16:55:11 +0000 (16:55 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Wed, 6 Nov 2019 16:55:11 +0000 (16:55 +0000)
commit8f6e97cf6544c5c83945caf01397ac265f6f055a
treedaad07fdb057c668dfb357b0b57f84d3446999d7
parentaaf64922a727cf9cd06adeedaede112b35e7ab09
mips: fix configure issue with specific paths

If configure is invoked with e.g.

CFLAGS='--sysroot=/workspace/linux-mips64/sysroot -mabi=64'

flags FLAG_M32 and FLAG_M64 are not set, because the grep search in
configure.ac mismatches the mips keyword in the path.

Update the grep patterns to anchor on non-word boundaries.

This fixes KDE #412344.

Patch by Chris Packham.
NEWS
configure.ac