From 707c1607b35d0ae32c1e2a08eb04f1016ba8f6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 22 Sep 2025 09:06:10 +0200 Subject: [PATCH] llvm21: moving libunwind files seems useless --- sys-devel/llvm/llvm21-21.1.1.recipe | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys-devel/llvm/llvm21-21.1.1.recipe b/sys-devel/llvm/llvm21-21.1.1.recipe index afe8e5044..2ce14f702 100644 --- a/sys-devel/llvm/llvm21-21.1.1.recipe +++ b/sys-devel/llvm/llvm21-21.1.1.recipe @@ -711,10 +711,6 @@ INSTALL() $python setup.py install --root=/ --prefix="$prefix" -O1 popd - if [ -n "$secondaryArchSuffix" ]; then - mv $prefix/lib/libunwind* $libDir - fi - # You can try and be fancy here parsing each arch in a for loop... but # not all arches contain the same libraries. The inventory for each arch # also changes between releases... so lets KISS.