binutils: Remove TERMUX_HOSTBUILD_MARKER

Borrowed from commit bb19165614.

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-11-09 06:24:11 +09:00
parent 86cfab2c2e
commit 9b187b0e99
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ termux_step_host_build() {
export LEXLIB=
termux_step_pre_configure() {
# Remove this marker all the time, as binutils is architecture-specific.
rm -rf $TERMUX_HOSTBUILD_MARKER
export CPPFLAGS="$CPPFLAGS -Wno-c++11-narrowing"
if [ $TERMUX_ARCH_BITS = 32 ]; then