mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-26 03:45:09 -05:00
correct library stripping commands
This commit is contained in:
parent
a9c1a72df4
commit
dc49d52e3e
|
|
@ -345,8 +345,8 @@ rm -fr $INSTALLDIR/$package/include/c++/$GCC_VER/$target/bits/stdc++.h.gch
|
|||
#---------------------------------------------------------------------------------
|
||||
# strip debug info from libraries
|
||||
#---------------------------------------------------------------------------------
|
||||
find $INSTALLDIR/$package/lib/gcc -name *.a $target-strip -d {} \;
|
||||
find $INSTALLDIR/$package/$target -name *.a $target-strip -d {} \;
|
||||
find $INSTALLDIR/$package/lib/gcc -name *.a -exec $target-strip -d {} \;
|
||||
find $INSTALLDIR/$package/$target -name *.a -exec $target-strip -d {} \;
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# Clean up temporary files and source directories
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user