]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Improve -mpreferred-stack-boundary configure message.
authorMark Wielaard <mark@klomp.org>
Thu, 21 Aug 2014 10:03:52 +0000 (10:03 +0000)
committerMark Wielaard <mark@klomp.org>
Thu, 21 Aug 2014 10:03:52 +0000 (10:03 +0000)
commit5380c03091c6f05b000912669749f41851b28d04
tree1756c7ba93a220bc1c5cb07b575a12d5cf0e4d0f
parent75e1c18929c7375b4d5abbd9064fc293d247bebc
Improve -mpreferred-stack-boundary configure message.

Explicitly say we are checking for -mpreferred-stack-boundary=2.
Only 2 is ever used when it is supported. Some gcc versions/arches
(e.g. GCC 4.8 for x86_64) support -mpreferred-stack-boundary, but
only between 4 and 12. The message that -mpreferred-stack-boundary
wasn't supported was a little confusing. So explicitly say we checked
for -mpreferred-stack-boundary=2.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14324
configure.ac