diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 15:19:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 15:19:33 +0100 |
commit | 300e48e56f135fb7bfd472a03df70c8c4f4db90a (patch) | |
tree | 33a0edea1a34b64da3f3ee14e2f3ccc0c65268ff /scripts | |
parent | 2e07ff18d429eba848413488bd220fef4b024dea (diff) |
strip static libraries, use cortex a9 for toolchains
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/rstrip.sh | 3 |
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 |