version bump , remove patch unneeded..

This commit is contained in:
Ertuğrul Erata
2016-02-27 22:55:14 +02:00
parent 2275c937e0
commit af88701b86
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
import os
WorkDir = "glibc-2.22"
WorkDir = "glibc-2.23"
arch = "x86-64" if get.ARCH() == "x86_64" and not get.buildTYPE() == "emul32" else "i686"
defaultflags = "-O3 -g -fasynchronous-unwind-tables -mtune=generic -march=%s" % arch