Skip to content

Commit 3f975f1

Browse files
committed
Update ct-ng config
1 parent 4ad032a commit 3f975f1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

images/base-linux64/ct-ng-config

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# crosstool-NG 1.24.0.344_f9716e8 Configuration
3+
# crosstool-NG 1.24.0.394_3782373 Configuration
44
#
55
CT_CONFIGURE_has_static_link=y
66
CT_CONFIGURE_has_cxx11=y
@@ -26,7 +26,7 @@ CT_CONFIGURE_has_sha1sum=y
2626
CT_CONFIGURE_has_sha256sum=y
2727
CT_CONFIGURE_has_sha512sum=y
2828
CT_CONFIGURE_has_install_with_strip_program=y
29-
CT_VERSION="1.24.0.344_f9716e8"
29+
CT_VERSION="1.24.0.394_3782373"
3030
CT_VCHECK=""
3131
CT_CONFIG_VERSION_ENV="3"
3232
CT_CONFIG_VERSION_CURRENT="3"
@@ -103,6 +103,7 @@ CT_PARALLEL_JOBS=0
103103
CT_LOAD=""
104104
CT_USE_PIPES=y
105105
CT_EXTRA_CFLAGS_FOR_BUILD="-fPIC -DPIC"
106+
CT_EXTRA_CXXFLAGS_FOR_BUILD="-fPIC -DPIC"
106107
CT_EXTRA_LDFLAGS_FOR_BUILD=""
107108
CT_EXTRA_CFLAGS_FOR_HOST="-fPIC -DPIC"
108109
CT_EXTRA_LDFLAGS_FOR_HOST=""
@@ -262,6 +263,7 @@ CT_LINUX_PATCH_GLOBAL=y
262263
# CT_LINUX_PATCH_LOCAL_BUNDLED is not set
263264
# CT_LINUX_PATCH_NONE is not set
264265
CT_LINUX_PATCH_ORDER="global"
266+
# CT_LINUX_V_5_12 is not set
265267
# CT_LINUX_V_5_11 is not set
266268
# CT_LINUX_V_5_10 is not set
267269
# CT_LINUX_V_5_9 is not set
@@ -322,7 +324,7 @@ CT_LINUX_V_4_4=y
322324
# CT_LINUX_V_2_6_34 is not set
323325
# CT_LINUX_V_2_6_33 is not set
324326
# CT_LINUX_V_2_6_32 is not set
325-
CT_LINUX_VERSION="4.4.261"
327+
CT_LINUX_VERSION="4.4.268"
326328
CT_LINUX_MIRRORS="$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})"
327329
CT_LINUX_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
328330
CT_LINUX_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
@@ -533,7 +535,8 @@ CT_GLIBC_FORCE_UNWIND=y
533535
# CT_GLIBC_KERNEL_VERSION_NONE is not set
534536
CT_GLIBC_KERNEL_VERSION_AS_HEADERS=y
535537
# CT_GLIBC_KERNEL_VERSION_CHOSEN is not set
536-
CT_GLIBC_MIN_KERNEL="4.4.261"
538+
CT_GLIBC_MIN_KERNEL="4.4.268"
539+
CT_GLIBC_ENABLE_COMMON_FLAG=y
537540
CT_ALL_LIBC_CHOICES="AVR_LIBC BIONIC GLIBC MINGW_W64 MOXIEBOX MUSL NEWLIB NONE UCLIBC"
538541
CT_LIBC_SUPPORT_THREADS_ANY=y
539542
CT_LIBC_SUPPORT_THREADS_NATIVE=y
@@ -600,6 +603,10 @@ CT_GCC_ARCHIVE_FORMATS=".tar.xz .tar.gz"
600603
CT_GCC_SIGNATURE_FORMAT=""
601604
CT_GCC_later_than_11=y
602605
CT_GCC_11_or_later=y
606+
CT_GCC_later_than_10=y
607+
CT_GCC_10_or_later=y
608+
CT_GCC_later_than_9=y
609+
CT_GCC_9_or_later=y
603610
CT_GCC_later_than_8=y
604611
CT_GCC_8_or_later=y
605612
CT_GCC_later_than_7=y
@@ -642,6 +649,7 @@ CT_CC_GCC_LIBSSP=m
642649
# Misc. obscure options.
643650
#
644651
CT_CC_CXA_ATEXIT=y
652+
CT_CC_GCC_TM_CLONE_REGISTRY=m
645653
# CT_CC_GCC_DISABLE_PCH is not set
646654
CT_CC_GCC_SJLJ_EXCEPTIONS=m
647655
CT_CC_GCC_LDBL_128=m
@@ -753,6 +761,7 @@ CT_ISL_PATCH_GLOBAL=y
753761
# CT_ISL_PATCH_LOCAL_BUNDLED is not set
754762
# CT_ISL_PATCH_NONE is not set
755763
CT_ISL_PATCH_ORDER="global"
764+
# CT_ISL_V_0_24 is not set
756765
CT_ISL_V_0_22=y
757766
# CT_ISL_V_0_21 is not set
758767
# CT_ISL_V_0_20 is not set

0 commit comments

Comments
 (0)