From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] poco: make poquito configurable
Date: Thu, 7 Mar 2019 12:18:36 +0100 [thread overview]
Message-ID: <20190307111836.fatxzl4fkxsozsqc@pengutronix.de> (raw)
In-Reply-To: <20190305104906.26490-1-florian.baeuerle@allegion.com>
On Tue, Mar 05, 2019 at 10:49:19AM +0000, Baeuerle, Florian wrote:
> This used to be the default configuration, saving a few kbytes on the
> library. The features this omits might weigh heavier than a few kbytes,
> so make this configurable.
>
> Signed-off-by: Florian Bäuerle <florian.baeuerle@allegion.com>
> ---
> rules/poco.in | 6 ++++++
> rules/poco.make | 5 ++++-
> 2 files changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/rules/poco.in b/rules/poco.in
> index 6f5afd804..7bd859a14 100644
> --- a/rules/poco.in
> +++ b/rules/poco.in
> @@ -19,6 +19,12 @@ menuconfig POCO
>
> if POCO
>
> +config POCO_POQUITO
> + bool
> + prompt "smaller code-size"
> + help
> + Omit a few features for smaller codesize.
> +
> config POCO_ENCODINGS
> bool
> prompt "double-byte encodings library"
> diff --git a/rules/poco.make b/rules/poco.make
> index d280e08af..8226bc238 100644
> --- a/rules/poco.make
> +++ b/rules/poco.make
> @@ -57,10 +57,13 @@ POCO_CONF_OPT := \
> --no-tests \
> --no-samples \
> --omit=$(subst $(ptx/def/space),$(ptx/def/comma),$(POCO_LIBS-)) \
> - --poquito \
This is a 'not really autoconf' package right?
Use this:
$(call ptx/ifdef/PTXCONF_POCO_POQUITO,--poquito)
Michael
> --unbundled \
> --shared
>
> +ifdef PTXCONF_POCO_POQUITO
> +POCO_CONF_OPT += --poquito
> +endif
> +
> POCO_MAKE_ENV := \
> $(CROSS_ENV) \
> CROSS_COMPILE=$(PTXCONF_COMPILER_PREFIX) \
> --
> 2.21.0
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2019-03-07 11:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-05 10:49 Baeuerle, Florian
2019-03-07 11:18 ` Michael Olbrich [this message]
2019-03-07 12:44 ` Baeuerle, Florian
2019-03-07 12:45 ` Baeuerle, Florian
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=20190307111836.fatxzl4fkxsozsqc@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--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