[Bug 281557] net/mpich: fix build with clang 19 on i386

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 18 Sep 2024 06:47:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281557

--- Comment #2 from Laurent Chardon <laurent.chardon@gmail.com> ---
Good patch. I had initially hesitated between 
${COMPILER_VERSION} == 181 
and 
${COMPILER_VERSION} >= 181
and decided to go with == in order to remove this condition once the compiler
supports float128 on i386. But I prefer to have one >= test rather than add a
new == test every time there is a new version of clang that doesn't add the
support for float128 on i386. I'll test manually when I package new mpich
upgrades.

-- 
You are receiving this mail because:
You are the assignee for the bug.