mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Fix building of several libclang_rt libraries for powerpc64 and powerp64le
I reorganized the libclang_rt Makefile ine77a1bb275
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:e77a1bb275
MFC after: 3 days
This commit is contained in:
parent
173953182a
commit
f0620ceecc
@ -67,7 +67,7 @@ SUBDIR+= ${SD_CFI}
|
||||
SUBDIR+= ${SD_SAFESTACK}
|
||||
SUBDIR+= ${SD_STATS}
|
||||
SUBDIR+= ${SD_UBSAN}
|
||||
.elif ${MACHINE_CPUARCH} == "powerpc"
|
||||
.elif ${MACHINE_ARCH} == "powerpc"
|
||||
# nothing for 32-bit powerpc
|
||||
.elif ${MACHINE_ARCH} == "powerpc64"
|
||||
SUBDIR+= ${SD_ASAN}
|
||||
|
Loading…
Reference in New Issue
Block a user