all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: Po Lu <luangruo@yahoo.com>
Cc: 65340@debbugs.gnu.org
Subject: bug#65340: further build failure on Android (Termux)
Date: Fri, 18 Aug 2023 12:55:19 +0200	[thread overview]
Message-ID: <4537120.emtENCfI3f@nimes> (raw)
In-Reply-To: <87h6oxgpra.fsf@yahoo.com>

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	other threads:[~2023-08-18 10:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-16 10:34 bug#65340: further build failure on Android (Termux) Bruno Haible
2023-08-16 12:39 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-16 22:46   ` Bruno Haible
2023-08-17  0:49     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-17 13:50       ` Bruno Haible
2023-08-17 14:02         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-18  0:26         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-18 10:55           ` Bruno Haible [this message]
2023-08-18 11:50             ` Gregory Heytings
2023-08-18 12:00               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-18 12:13                 ` Gregory Heytings
2023-08-18 12:48                   ` Bruno Haible

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4537120.emtENCfI3f@nimes \
    --to=bruno@clisp.org \
    --cc=65340@debbugs.gnu.org \
    --cc=luangruo@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.