diff --git a/lib/functions.in b/lib/functions.in index 05ac8e4..e9e8b9c 100644 --- a/lib/functions.in +++ b/lib/functions.in @@ -977,9 +977,9 @@ split_debug_files() { $objdumpcmd -s -j .gnu_debuglink $root/$x &>/dev/null && has_gnu_debuglink=true if $has_gnu_debuglink; then continue; fi - # skip the temporary objcopy command + # files we do not process case $( basename $root/$x ) in - $objcopycmd) continue ;; + $objcopycmd|*.a) continue ;; esac # create destination directory for the debug info file if needed