1

rename glibc to gnu

This commit is contained in:
2021-06-08 05:04:10 +03:00
committed by Motiejus Jakštys
parent 0e1f32c8eb
commit 610fe1c0cb
3 changed files with 9 additions and 14 deletions

View File

@@ -1,16 +1,11 @@
constraint_setting(name = "libc")
constraint_value(
name = "glibc_2_28",
constraint_setting = ":libc",
)
constraint_value(
name = "musl",
constraint_setting = ":libc",
)
#constraint_value(
# name = "glibc_2_19",
# constraint_setting = ":libc",
#)
constraint_value(
name = "gnu_2_19",
constraint_setting = ":libc",
)