Home | History | Annotate | Download | only in buildit

Lines Matching refs:strip

132   for prog in ar nm ranlib strip lipo ld as ; do
254 # Find the right version of strip to use.
255 STRIP=strip
257 STRIP=`xcrun -sdk $SDKROOT -find strip`
261 # Strip local symbols from llvm libraries.
263 # Use '-l' to strip i386 modules. N.B. that flag doesn't work with kext or
265 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
267 $STRIP -Sxl $f
342 # Strip debugging information from files
344 # Use '-l' to strip i386 modules. N.B. that flag doesn't work with kext or
348 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl