summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-07-18 23:54:51 +0300
committerSam James <sam@gentoo.org>2024-08-24 16:19:15 +0100
commitb852475e1efd8600c385bf09be7b85441abb2a7d (patch)
treeb4563ee78cc7c152b099a028d19b15c76239155b /eltpatch.in
parentpatches: new patch to fix finding file on mips64 (diff)
downloadelt-patches-master.tar.gz
elt-patches-master.tar.bz2
elt-patches-master.zip
patches: add patch to fix use of clang builtinsHEAD20240824master
Bug: https://bugs.gentoo.org/914068 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/elt-patches/pull/2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eltpatch.in')
-rw-r--r--eltpatch.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/eltpatch.in b/eltpatch.in
index d253d66..2714ba0 100644
--- a/eltpatch.in
+++ b/eltpatch.in
@@ -129,7 +129,7 @@ elibtoolize() {
local force="false"
local elt_patches="
install-sh ltmain portage relink max_cmd_len sed test tmp cross as-needed target-nm ppc64le
- g-debug specs fsanitize fuse-ld static-flags werror cxx-pthread color-record sed-quote openmp verbose-pic fix-file-check
+ g-debug specs fsanitize fuse-ld static-flags werror cxx-pthread color-record sed-quote openmp verbose-pic fix-file-check clang-runtime-ltmain clang-runtime
"
for x in "$@" ; do
@@ -421,6 +421,10 @@ elibtoolize() {
ELT_walk_patches "${d}/configure" "${p}"
ret=$?
;;
+ clang-runtime)
+ ELT_walk_patches "${d}/configure" "${p}"
+ ret=$?
+ ;;
*)
# ltmain.sh patches are applied above
;;