We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c269eaf commit 4069f8dCopy full SHA for 4069f8d
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: help clean distclean all test
2
3
-VERSIONS := 2.23 2.24 2.27 2.31 2.32 2.33 2.34 2.35 2.36 2.37 2.38 2.39
+VERSIONS := 2.23 2.24 2.27 2.31 2.32 2.33 2.34 2.35 2.36 2.37 2.38 2.39 2.41
4
TECH_BINS := $(patsubst %.c,%,$(wildcard glibc_*/*.c))
5
BASE_BINS := $(patsubst %.c,%,$(wildcard *.c))
6
DOWNLOADED := glibc-all-in-one/libs glibc-all-in-one/debs
0 commit comments