Changeset 320 for trunk/arch/iphoneos-arm/strip
- Timestamp:
- 06/16/08 20:05:50 (5 months ago)
- Files:
-
- 1 modified
-
trunk/arch/iphoneos-arm/strip (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/arch/iphoneos-arm/strip
r312 r320 1 1 find "${PKG_DEST}" -type f \( -perm -0500 -o -name '*.dylib' \) -print0 | while read -r -d $'\0' bin; do 2 2 case "$(file "${bin}")" in (\ 3 *': setuid Mach-O executable acorn' |\4 *': Mach-O executable acorn' |\3 *': Mach-O fat file with '*([0-9])' architecture' |\ 4 *': '?(setuid )?(setgid )'Mach-O executable acorn' |\ 5 5 *': Mach-O dynamically linked shared library acorn'\ 6 6 );; (*) continue;; esac 7 7 8 if arm-apple-darwin9-otool -hv "${bin}" | grep DYLIB_STUB &>/dev/null; then 9 continue; fi 8 10 CODESIGN_ALLOCATE=$(which arm-apple-darwin9-codesign_allocate) \ 9 11 "${PKG_BASE}/util/ldid" -S "${bin}"
