git: dcd7620bf789 - main - devel/llvm14: remove ELFv1 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jan 2024 14:10:19 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dcd7620bf7897af5cb444b1fceab86b0a7f79b7f
commit dcd7620bf7897af5cb444b1fceab86b0a7f79b7f
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-02 22:45:34 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-03 14:09:46 +0000
devel/llvm14: remove ELFv1 support
---
devel/llvm14/Makefile | 4 ----
...olChains_Clang.cpp => patch-clang_lib_Driver_ToolChains_Clang.cpp} | 0
2 files changed, 4 deletions(-)
diff --git a/devel/llvm14/Makefile b/devel/llvm14/Makefile
index 0199265136a0..6995247f16bc 100644
--- a/devel/llvm14/Makefile
+++ b/devel/llvm14/Makefile
@@ -234,10 +234,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/llvm14/files/extra-patch-clang_lib_Driver_ToolChains_Clang.cpp b/devel/llvm14/files/patch-clang_lib_Driver_ToolChains_Clang.cpp
similarity index 100%
rename from devel/llvm14/files/extra-patch-clang_lib_Driver_ToolChains_Clang.cpp
rename to devel/llvm14/files/patch-clang_lib_Driver_ToolChains_Clang.cpp