diff options
author | Jay Freeman <saurik@saurik.com> | 2009-08-09 08:31:06 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-08-09 08:31:06 +0000 |
commit | e09f6113af289b687f1e7b1aff99c5e816bb46dc (patch) | |
tree | 3e4d7ff648c3572284399ebcda87956d066332d8 /arch/darwin-arm | |
parent | 67e08998fd3ba45d710a424e040f5b52df3c00ff (diff) |
Upgrading architecture definitions.
git-svn-id: http://svn.telesphoreo.org/trunk@650 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'arch/darwin-arm')
-rw-r--r-- | arch/darwin-arm/firmware | 12 | ||||
-rw-r--r-- | arch/darwin-arm/strip | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/arch/darwin-arm/firmware b/arch/darwin-arm/firmware new file mode 100644 index 000000000..2915ef33b --- /dev/null +++ b/arch/darwin-arm/firmware @@ -0,0 +1,12 @@ +iPhone1,1-1.0-1A543a +iPhone1,1-1.0.1-1C25 +iPhone1,1-1.0.2-1C28 +iPhone1,1-1.1.1-3A109a +iPhone1,1-1.1.2-3B48b +iPhone1,1-1.1.3-4A93 +iPhone1,1-1.1.4-4A102 +iPod1,1-1.1-3A101a +iPod1,1-1.1.1-3A110a +iPod1,1-1.1.2-3B48b +iPod1,1-1.1.3-4A93 +iPod1,1-1.1.4-4A102 diff --git a/arch/darwin-arm/strip b/arch/darwin-arm/strip index 5a348dd4b..151f63b9d 100644 --- a/arch/darwin-arm/strip +++ b/arch/darwin-arm/strip @@ -1,4 +1,4 @@ -find "${PKG_DEST}" -type f \( -perm -0500 -o -name '*.dylib' \) -print0 | while read -r -d $'\0' bin; do +find "${PKG_DEST}" -type f \( -perm -0500 -o -name '*.dylib' -o -name '*.so' \) -print0 | while read -r -d $'\0' bin; do case "$(file "${bin}")" in (\ *': Mach-O fat file with '*([0-9])' architecture' |\ *': Mach-O dynamically linked shared library acorn'\ |