samples: Remove x86_64-centos6-linux-gnu

glibc 2.12.1 was removed in commit 6d5227b6 ("Remove obsolete glibc
2.12.1"). CentOS 6 is EoL and the configuration won't work as intended
so remove it.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2022-09-13 21:16:00 +12:00
parent d3e25e5fbb
commit 9d9bee0414
2 changed files with 0 additions and 15 deletions

View File

@ -1,12 +0,0 @@
CT_CONFIG_VERSION="4"
CT_OBSOLETE=y
CT_ARCH_X86=y
CT_ARCH_64=y
CT_TARGET_VENDOR="centos6"
CT_KERNEL_LINUX=y
CT_LINUX_V_2_6_32=y
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
CT_GLIBC_V_2_12_1=y
CT_GLIBC_EXTRA_CFLAGS=""
# CT_GLIBC_ENABLE_COMMON_FLAG is not set
CT_CC_LANG_CXX=y

View File

@ -1,3 +0,0 @@
reporter_name="Alexey Neyman"
reporter_url=""
reporter_comment="x86_64 config with kernel/libc versions matching CentOS 6.x."