From 63f89ea6af0fc14884cbb77c70c71465c535a862 Mon Sep 17 00:00:00 2001 From: IdrisKalp Date: Tue, 10 Dec 2019 19:34:26 +0300 Subject: [PATCH] glibc fix --- system/base/glibc/actions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/system/base/glibc/actions.py b/system/base/glibc/actions.py index fd518fca..b83549bf 100644 --- a/system/base/glibc/actions.py +++ b/system/base/glibc/actions.py @@ -34,7 +34,6 @@ ldconf32bit = """/lib32 """ def setup(): - shelltools.system("gcc --version") shelltools.export("LANGUAGE","C") shelltools.export("LANG","C") shelltools.export("LC_ALL","C")