summaryrefslogtreecommitdiff
path: root/scripts/rstrip.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-18 16:27:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-18 16:27:37 +0100
commit5fcef36f39fef441bbf7454e4726763b6756dba9 (patch)
tree82b6d388aa52bd54546d7ca345663944847a67b5 /scripts/rstrip.sh
parentc012f487664640a65cf03b8442b6a7213161ead5 (diff)
parentcc2ad83623905e8823e3d40c9575e2b1422ac9b4 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/rstrip.sh')
-rw-r--r--scripts/rstrip.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh
index 46a4586da..66aba0e9b 100644
--- a/scripts/rstrip.sh
+++ b/scripts/rstrip.sh
@@ -54,6 +54,9 @@ find $TARGETS -type f -a -exec file {} \; | \
S='kernel module' ;;
*ELF*shared\ object*,\ not\ stripped*)
S='shared object' ;;
+ *current\ ar\ archive*)
+ S='static library'
+ T="$T -S" ;;
*)
continue ;;
esac