This commit is contained in:
Ertuğrul Erata
2016-02-07 20:25:56 +02:00
parent dbd2139624
commit 476a649e8f
5 changed files with 38 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
import os
WorkDir = "glibc-2.21"
WorkDir = "glibc-2.22"
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