Skip to content

Commit 32cd4f1

Browse files
committed
fix bpf nightly build
Switch back to vanilla binutils. BTF dumper should land upstream "soon". Signed-off-by: Marc Poulhiès <[email protected]>
1 parent 189c350 commit 32cd4f1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

build/latest/bpf-trunk.config

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# crosstool-NG 1.27.0_rc1.1_0842e65 Configuration
3+
# crosstool-NG 1.27.0_rc1.2_4e280d4 Configuration
44
#
55
CT_CONFIGURE_has_static_link=y
66
CT_CONFIGURE_has_cxx11=y
7+
CT_CONFIGURE_has_lzip=y
78
CT_CONFIGURE_has_wget=y
89
CT_CONFIGURE_has_curl=y
910
CT_CONFIGURE_has_meson=y
1011
CT_CONFIGURE_has_ninja=y
1112
CT_CONFIGURE_has_make_3_81_or_newer=y
1213
CT_CONFIGURE_has_make_4_0_or_newer=y
14+
CT_CONFIGURE_has_make_4_4_or_newer=y
1315
CT_CONFIGURE_has_libtool_2_4_or_newer=y
1416
CT_CONFIGURE_has_libtoolize_2_4_or_newer=y
1517
CT_CONFIGURE_has_autoconf_2_65_or_newer=y
@@ -20,14 +22,15 @@ CT_CONFIGURE_has_python_3_4_or_newer=y
2022
CT_CONFIGURE_has_bison_2_7_or_newer=y
2123
CT_CONFIGURE_has_bison_3_0_4_or_newer=y
2224
CT_CONFIGURE_has_python=y
25+
CT_CONFIGURE_has_dtc=y
2326
CT_CONFIGURE_has_svn=y
2427
CT_CONFIGURE_has_git=y
2528
CT_CONFIGURE_has_md5sum=y
2629
CT_CONFIGURE_has_sha1sum=y
2730
CT_CONFIGURE_has_sha256sum=y
2831
CT_CONFIGURE_has_sha512sum=y
2932
CT_CONFIGURE_has_install_with_strip_program=y
30-
CT_VERSION="1.27.0_rc1.1_0842e65"
33+
CT_VERSION="1.27.0_rc1.2_4e280d4"
3134
CT_VCHECK=""
3235
CT_CONFIG_VERSION_ENV="4"
3336
CT_CONFIG_VERSION_CURRENT="4"
@@ -281,8 +284,8 @@ CT_BINUTILS_DEVEL_VCS_git=y
281284
# CT_BINUTILS_DEVEL_VCS_hg is not set
282285
# CT_BINUTILS_DEVEL_VCS_cvs is not set
283286
CT_BINUTILS_DEVEL_VCS="git"
284-
CT_BINUTILS_DEVEL_URL="https://github.com/dkm/gdb-binutils.git"
285-
CT_BINUTILS_DEVEL_BRANCH="btf"
287+
CT_BINUTILS_DEVEL_URL="git://sourceware.org/git/binutils-gdb.git"
288+
CT_BINUTILS_DEVEL_BRANCH="master"
286289
CT_BINUTILS_DEVEL_REVISION=""
287290
CT_BINUTILS_DEVEL_SUBDIR=""
288291
CT_BINUTILS_DEVEL_BOOTSTRAP=""

0 commit comments

Comments
 (0)