git: 5f48a463f2c8 - main - devel/llvm15: remove ELFv1 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jan 2024 14:10:17 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f48a463f2c8ed784dcbce02c9f8089c4c899ca9
commit 5f48a463f2c8ed784dcbce02c9f8089c4c899ca9
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-02 17:07:10 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-03 14:09:41 +0000
devel/llvm15: remove ELFv1 support
---
devel/llvm15/Makefile | 4 ----
...olChains_Clang.cpp => patch-clang_lib_Driver_ToolChains_Clang.cpp} | 0
2 files changed, 4 deletions(-)
diff --git a/devel/llvm15/Makefile b/devel/llvm15/Makefile
index 3489ca09a29a..3651f6dda433 100644
--- a/devel/llvm15/Makefile
+++ b/devel/llvm15/Makefile
@@ -256,10 +256,6 @@ MLIR_PATTERN= ${MLIR_COMMANDS:S/^/bin./:tW:C/ */|/g}|mlir|libMLIR|obj.MLIRCAP
.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.
diff --git a/devel/llvm15/files/extra-patch-clang_lib_Driver_ToolChains_Clang.cpp b/devel/llvm15/files/patch-clang_lib_Driver_ToolChains_Clang.cpp
similarity index 100%
rename from devel/llvm15/files/extra-patch-clang_lib_Driver_ToolChains_Clang.cpp
rename to devel/llvm15/files/patch-clang_lib_Driver_ToolChains_Clang.cpp