diff options
author | Chris Packham <judge.packham@gmail.com> | 2022-09-13 21:16:00 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-09-26 10:51:04 +1300 |
commit | 9d9bee0414e2be38c1a3432b87d40f9512b8d0ce (patch) | |
tree | df5db4ee3d5c04ff71f3757de83af933a52045a8 /samples | |
parent | d3e25e5fbbc948e8cf5287d2cbf72fe2d2703106 (diff) | |
download | crosstool-ng-9d9bee0414e2be38c1a3432b87d40f9512b8d0ce.tar.gz crosstool-ng-9d9bee0414e2be38c1a3432b87d40f9512b8d0ce.tar.bz2 crosstool-ng-9d9bee0414e2be38c1a3432b87d40f9512b8d0ce.zip |
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>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/x86_64-centos6-linux-gnu/crosstool.config | 12 | ||||
-rw-r--r-- | samples/x86_64-centos6-linux-gnu/reported.by | 3 |
2 files changed, 0 insertions, 15 deletions
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." |