aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2015-12-16 00:28:24 +0100
committerJohannes Schickel2015-12-16 00:28:24 +0100
commitb729dbf1bb910e367fdcd86927564de95d10b46f (patch)
treebd3f60ad3f2875ac617f25c2f6842459d8e916ed
parentaf08ceef4a761bbce84086b7023d1ce372d2d1a3 (diff)
downloadscummvm-rg350-b729dbf1bb910e367fdcd86927564de95d10b46f.tar.gz
scummvm-rg350-b729dbf1bb910e367fdcd86927564de95d10b46f.tar.bz2
scummvm-rg350-b729dbf1bb910e367fdcd86927564de95d10b46f.zip
IPHONE: Remove creation of scummvm-iph5 binary.
This was only required for the old toolchain we do not use anymore.
-rw-r--r--ports.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/ports.mk b/ports.mk
index 0ffc4bf548..1be3c44ced 100644
--- a/ports.mk
+++ b/ports.mk
@@ -91,12 +91,6 @@ endif
cp $(srcdir)/dists/iphone/icon.png $(bundle_name)/
cp $(srcdir)/dists/iphone/icon-72.png $(bundle_name)/
cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/
- # Binary patch workaround for Iphone 5/IPad 4 "Illegal instruction: 4" toolchain issue (http://code.google.com/p/iphone-gcc-full/issues/detail?id=6)
- cp scummvm scummvm-iph5
- sed -i'' 's/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;' scummvm-iph5
- ldid -S scummvm-iph5
- chmod 755 scummvm-iph5
- cp scummvm-iph5 $(bundle_name)/ScummVM-iph5
# Location of static libs for the iPhone
ifneq ($(BACKEND), iphone)