Skip to content

Commit

Permalink
IPHONE: Remove creation of scummvm-iph5 binary.
Browse files Browse the repository at this point in the history
This was only required for the old toolchain we do not use anymore.
  • Loading branch information
Johannes Schickel committed Dec 15, 2015
1 parent af08cee commit b729dbf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ports.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b729dbf

Please sign in to comment.