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.