bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65340: further build failure on Android (Termux)


From: Bruno Haible
Subject: bug#65340: further build failure on Android (Termux)
Date: Fri, 18 Aug 2023 12:55:19 +0200

Po Lu wrote:
> This should also be fixed now.  Please test and ack, thanks.

Thanks. Now the build succeeds!

For the record, this is my build recipe:

CONFIG_SHELL=$PREFIX/bin/sh; export CONFIG_SHELL
CC="clang -ferror-limit=0" CXX="clang++ -ferror-limit=0"; export CC CXX
# No working gdb so far -> omit debugging information.
CFLAGS="-O2"; export CFLAGS
./configure --host=armv7l-linux-androideabi --prefix=$HOME/local \
            CPPFLAGS="-Wall -I$HOME/local/include" \
            LDFLAGS="-L$HOME/local/lib -Wl,-rpath,$HOME/local/include" \
            --disable-silent-rules --without-all --without-x
make

You can close this ticket.

Bruno








reply via email to

[Prev in Thread] Current Thread [Next in Thread]