glibc update // pass 1

This commit is contained in:
Ertuğrul Erata
2017-01-02 01:28:10 +03:00
parent 2360e4f037
commit dda7a9b620
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
import os
WorkDir = "glibc-2.23"
WorkDir = "glibc-2.24"
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