devel/llvm13: remove ELFv1 support

This commit is contained in:
Piotr Kubaj 2024-01-03 17:57:43 +01:00
parent 39c93c44d8
commit 494e26ffd9
2 changed files with 0 additions and 4 deletions

View file

@ -231,10 +231,6 @@ MLIR_PATTERN= ${MLIR_COMMANDS:S/^/bin./:tW:C/ */|/g}|mlir|libMLIR
.include <bsd.port.options.mk>
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
EXTRA_PATCHES= ${FILESDIR}/extra-patch-clang_lib_Driver_ToolChains_Clang.cpp
.endif
# keep in sync with /usr/src/lib/clang/clang.build.mk
# ----------- start of sync block ------------------
# Armv6 and armv7 uses hard float abi, unless the CPUTYPE has soft in it.