Fix building of several libclang_rt libraries for powerpc64 and powerp64le
authorDimitry Andric <dim@FreeBSD.org>
Thu, 21 Mar 2024 13:53:36 +0000 (14:53 +0100)
committerDimitry Andric <dim@FreeBSD.org>
Thu, 21 Mar 2024 17:05:25 +0000 (18:05 +0100)
commitf0620ceeccf070a69352105c5dbc23cff499a732
tree3557dac6ebcd0e13fd7db1f14bf96749514a6ed0
parent173953182af060dcab43990e179ee91e9f2d1e54
Fix building of several libclang_rt libraries for powerpc64 and powerp64le

I reorganized the libclang_rt Makefile in e77a1bb27574 to make it more
readable and maintainable, but the check for 32-bit powerpc was wrong.
This caused almost no libclang_rt libraries to be built for powerpc64
and powerpc64le.

PR: 262706
Reported by: tuexen
Fixes: e77a1bb27574
MFC after: 3 days
lib/libclang_rt/Makefile