mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
e63c40854c
Versions of GNU make newer than 4.4 trigger a hang in versions of glibc older than 2.31. As distros update to the newer GNU make version we'll start seeing more and more reports of this hang. Fortunately we already carry GNU make as a comp tool so all we need to do is select the right version when needed. Fixes #1946, #1932, #1975 Signed-off-by: Chris Packham <judge.packham@gmail.com>
92 lines
1.9 KiB
Plaintext
92 lines
1.9 KiB
Plaintext
# Default values as found by ./configure
|
|
|
|
config CONFIGURE_has_static_link
|
|
@KCONFIG_static_link@
|
|
|
|
config CONFIGURE_has_cxx11
|
|
@KCONFIG_has_cxx11@
|
|
|
|
config CONFIGURE_has_lzip
|
|
@KCONFIG_lzip@
|
|
|
|
config CONFIGURE_has_wget
|
|
@KCONFIG_wget@
|
|
|
|
config CONFIGURE_has_curl
|
|
@KCONFIG_curl@
|
|
|
|
config CONFIGURE_has_meson
|
|
@KCONFIG_meson@
|
|
|
|
config CONFIGURE_has_ninja
|
|
@KCONFIG_ninja@
|
|
|
|
config CONFIGURE_has_rsync
|
|
@KCONFIG_rsync@
|
|
|
|
config CONFIGURE_has_make_3_81_or_newer
|
|
@KCONFIG_make_3_81_or_newer@
|
|
|
|
config CONFIGURE_has_make_4_0_or_newer
|
|
@KCONFIG_make_4_0_or_newer@
|
|
|
|
config CONFIGURE_has_make_4_4_or_newer
|
|
@KCONFIG_make_4_4_or_newer@
|
|
|
|
config CONFIGURE_has_libtool_2_4_or_newer
|
|
@KCONFIG_libtool_2_4_or_newer@
|
|
|
|
config CONFIGURE_has_libtoolize_2_4_or_newer
|
|
@KCONFIG_libtoolize_2_4_or_newer@
|
|
|
|
config CONFIGURE_has_autoconf_2_65_or_newer
|
|
@KCONFIG_autoconf_2_65_or_newer@
|
|
|
|
config CONFIGURE_has_autoreconf_2_65_or_newer
|
|
@KCONFIG_autoreconf_2_65_or_newer@
|
|
|
|
config CONFIGURE_has_automake_1_15_or_newer
|
|
@KCONFIG_automake_1_15_or_newer@
|
|
|
|
config CONFIGURE_has_gnu_m4_1_4_12_or_newer
|
|
@KCONFIG_gnu_m4_1_4_12_or_newer@
|
|
|
|
config CONFIGURE_has_python_3_4_or_newer
|
|
@KCONFIG_python_3_4_or_newer@
|
|
|
|
config CONFIGURE_has_bison_2_7_or_newer
|
|
@KCONFIG_bison_2_7_or_newer@
|
|
|
|
config CONFIGURE_has_bison_3_0_4_or_newer
|
|
@KCONFIG_bison_3_0_4_or_newer@
|
|
|
|
config CONFIGURE_has_python
|
|
@KCONFIG_python@
|
|
|
|
config CONFIGURE_has_dtc
|
|
@KCONFIG_dtc@
|
|
|
|
config CONFIGURE_has_cvs
|
|
@KCONFIG_cvs@
|
|
|
|
config CONFIGURE_has_svn
|
|
@KCONFIG_svn@
|
|
|
|
config CONFIGURE_has_git
|
|
@KCONFIG_git@
|
|
|
|
config CONFIGURE_has_md5sum
|
|
@KCONFIG_md5sum@
|
|
|
|
config CONFIGURE_has_sha1sum
|
|
@KCONFIG_sha1sum@
|
|
|
|
config CONFIGURE_has_sha256sum
|
|
@KCONFIG_sha256sum@
|
|
|
|
config CONFIGURE_has_sha512sum
|
|
@KCONFIG_sha512sum@
|
|
|
|
config CONFIGURE_has_install_with_strip_program
|
|
@KCONFIG_install_with_strip_program@
|