Home | History | Annotate | Download | only in buildit

Lines Matching refs:STRIP

93   for prog in ar nm ranlib strip lipo ld as ; do
204 # Find the right version of strip to use.
205 STRIP=strip
207 STRIP=`xcrun -sdk $SDKROOT -find strip`
211 # Strip local symbols from llvm libraries.
213 # Use '-l' to strip i386 modules. N.B. that flag doesn't work with kext or
215 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
217 $STRIP -Sxl $f
292 # Install and strip libLTO.dylib
304 # Use '-l' to strip i386 modules. N.B. that flag doesn't work with kext or
306 $STRIP -arch all -Sl $DT_HOME/lib/libLTO.dylib
330 # Strip debugging information from files
332 # Use '-l' to strip i386 modules. N.B. that flag doesn't work with kext or
336 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl