git: 494e26ffd968 - main - devel/llvm13: remove ELFv1 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 21:04:37 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=494e26ffd968234cd89746f056950e78ff5280d7 commit 494e26ffd968234cd89746f056950e78ff5280d7 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-01-03 16:57:43 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-01-05 21:00:47 +0000 devel/llvm13: remove ELFv1 support --- devel/llvm13/Makefile | 4 ---- ...olChains_Clang.cpp => patch-clang_lib_Driver_ToolChains_Clang.cpp} | 0 2 files changed, 4 deletions(-) diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile index a06a8c6be1c1..b9afc4e2234a 100644 --- a/devel/llvm13/Makefile +++ b/devel/llvm13/Makefile @@ -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. diff --git a/devel/llvm13/files/extra-patch-clang_lib_Driver_ToolChains_Clang.cpp b/devel/llvm13/files/patch-clang_lib_Driver_ToolChains_Clang.cpp similarity index 100% rename from devel/llvm13/files/extra-patch-clang_lib_Driver_ToolChains_Clang.cpp rename to devel/llvm13/files/patch-clang_lib_Driver_ToolChains_Clang.cpp