From 2ef0accefc1653ea0845683db8256dddf3b55e04 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 1 Sep 2021 16:16:20 +0800 Subject: remove --enable-glibc-back-compat from CI and docs --- ci/test/00_setup_env_arm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/test/00_setup_env_arm.sh') diff --git a/ci/test/00_setup_env_arm.sh b/ci/test/00_setup_env_arm.sh index 8d2b70e549..365f168b68 100755 --- a/ci/test/00_setup_env_arm.sh +++ b/ci/test/00_setup_env_arm.sh @@ -25,4 +25,4 @@ export RUN_FUNCTIONAL_TESTS=false export GOAL="install" # -Wno-psabi is to disable ABI warnings: "note: parameter passing for argument of type ... changed in GCC 7.1" # This could be removed once the ABI change warning does not show up by default -export BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports CXXFLAGS=-Wno-psabi" +export BITCOIN_CONFIG="--enable-reduce-exports CXXFLAGS=-Wno-psabi" -- cgit v1.2.3