From 9d9bee0414e2be38c1a3432b87d40f9512b8d0ce Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 13 Sep 2022 21:16:00 +1200 Subject: 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 --- samples/x86_64-centos6-linux-gnu/crosstool.config | 12 ------------ samples/x86_64-centos6-linux-gnu/reported.by | 3 --- 2 files changed, 15 deletions(-) delete mode 100644 samples/x86_64-centos6-linux-gnu/crosstool.config delete mode 100644 samples/x86_64-centos6-linux-gnu/reported.by (limited to 'samples') diff --git a/samples/x86_64-centos6-linux-gnu/crosstool.config b/samples/x86_64-centos6-linux-gnu/crosstool.config deleted file mode 100644 index e9747cdc..00000000 --- a/samples/x86_64-centos6-linux-gnu/crosstool.config +++ /dev/null @@ -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 diff --git a/samples/x86_64-centos6-linux-gnu/reported.by b/samples/x86_64-centos6-linux-gnu/reported.by deleted file mode 100644 index d4c3d105..00000000 --- a/samples/x86_64-centos6-linux-gnu/reported.by +++ /dev/null @@ -1,3 +0,0 @@ -reporter_name="Alexey Neyman" -reporter_url="" -reporter_comment="x86_64 config with kernel/libc versions matching CentOS 6.x." -- cgit v1.2.3