From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/2] host-libffi: Follow target libffi.
Date: Wed, 17 Jul 2024 23:35:57 +0200 [thread overview]
Message-ID: <20240717213557.2353045-2-christian.melki@t2data.com> (raw)
In-Reply-To: <20240717213557.2353045-1-christian.melki@t2data.com>
Add some useful options to the host build.
We don't need docs, static, internal builddirs and we don't
need multi-lib arch discovery via gcc.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/host-libffi.make | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/rules/host-libffi.make b/rules/host-libffi.make
index fd9736928..1e9412edf 100644
--- a/rules/host-libffi.make
+++ b/rules/host-libffi.make
@@ -18,6 +18,9 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBFFI) += host-libffi
HOST_LIBFFI_CONF_TOOL := autoconf
HOST_LIBFFI_CONF_OPT := \
$(HOST_AUTOCONF) \
- --disable-static
+ --disable-builddir \
+ --disable-static \
+ --disable-docs \
+ --disable-multi-os-directory
# vim: syntax=make
--
2.34.1
next prev parent reply other threads:[~2024-07-17 21:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-17 21:35 [ptxdist] [PATCH 1/2] libffi: Adjust build options Christian Melki
2024-07-17 21:35 ` Christian Melki [this message]
2024-08-05 6:49 ` [ptxdist] [APPLIED] host-libffi: Follow target libffi Michael Olbrich
2024-08-05 6:49 ` [ptxdist] [APPLIED] libffi: Adjust build options Michael Olbrich
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=20240717213557.2353045-2-christian.melki@t2data.com \
--to=christian.melki@t2data.com \
--cc=ptxdist@pengutronix.de \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox