From ebfabb6d0f3caacd93a4031f21b4845b74eafd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 21 Jul 2021 17:07:14 +0300 Subject: [PATCH] use 2.19 again; 2.28 doesn't help --- toolchain/defs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/defs.bzl b/toolchain/defs.bzl index 0e86ebc..89a0bae 100644 --- a/toolchain/defs.bzl +++ b/toolchain/defs.bzl @@ -42,7 +42,7 @@ TARGET_CONFIGS_LISTOFLISTS = [[ struct( gotarget = "linux_{}_gnu".format(gocpu), zigtarget = "{}-linux-gnu".format(zigcpu), - target_suffix = ".2.28", # use 2.19 for jessie. + target_suffix = ".2.19", # use 2.19 for jessie. includes = [ "libunwind/include", "libc/include/generic-glibc",