[Scummvm-cvs-logs] scummvm master -> b729dbf1bb910e367fdcd86927564de95d10b46f

lordhoto lordhoto at gmail.com
Wed Dec 16 00:29:25 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b729dbf1bb IPHONE: Remove creation of scummvm-iph5 binary.


Commit: b729dbf1bb910e367fdcd86927564de95d10b46f
    https://github.com/scummvm/scummvm/commit/b729dbf1bb910e367fdcd86927564de95d10b46f
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2015-12-16T00:28:24+01:00

Commit Message:
IPHONE: Remove creation of scummvm-iph5 binary.

This was only required for the old toolchain we do not use anymore.

Changed paths:
    ports.mk



diff --git a/ports.mk b/ports.mk
index 0ffc4bf..1be3c44 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)






More information about the Scummvm-git-logs mailing list