build-system/gnu: Strip 'ar' archives as well.

* guix/build/gnu-build-system.scm (strip): Also strip when (ar-file?
  PATH) is true.
This commit is contained in:
Ludovic Courtès 2014-11-22 21:54:27 +01:00
parent 2bbc6db5e2
commit e8c7fdda5d

View file

@ -343,7 +343,7 @@ (define (strip-dir dir)
debug-output objcopy-command))
(file-system-fold (const #t)
(lambda (path stat result) ; leaf
(and (elf-file? path)
(and (or (elf-file? path) (ar-file? path))
(or (not debug-output)
(make-debug-file path))
(zero? (apply system* strip-command