Add the date to the binary symbol sidestored copy.
[cydia.git] / makefile
index 6ea7f8571ad6ee009b99e1600aa4bca6e1a4304d..55af0bec6f893c83d48bd3cf4bfbf1c60dcd23eb 100644 (file)
--- a/makefile
+++ b/makefile
@@ -72,7 +72,7 @@ libs += -licucore
 uikit := 
 uikit += -framework UIKit
 
-link += -Wl,-segalign,4000
+link += -Xarch_armv6 -Wl,-segalign,4000
 
 dirs := Menes CyteKit Cydia SDURLCache
 
@@ -178,7 +178,7 @@ MobileCydia: sysroot $(object) entitlements.xml Objects/libapt64.a
        @echo "[link] $@"
        @$(cycc) -o $@ $(filter %.o,$^) $(link) $(libs) $(uikit) -Wl,-sdk_version,8.0
        @mkdir -p bins
-       @cp -a $@ bins/$@-$(version)
+       @cp -a $@ bins/$@-$(version)_$(shell date +%s)
        @echo "[strp] $@"
        @grep '~' <<<"$(version)" >/dev/null && echo "skipping..." || strip $@
        @echo "[uikt] $@"