From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/4] Allow user to pick uClibc version when using ct-ng
Date: Wed, 14 Dec 2011 07:54:40 +0100 [thread overview]
Message-ID: <201112140754.40229.arnout@mind.be> (raw)
In-Reply-To: <1323173840-8837-2-git-send-email-will_wagner@carallon.com>
On Tuesday 06 December 2011 13:17:17 Will Wagner wrote:
> +# Set version
> +ifeq ($(call qstrip,$(BR2_TOOLCHAIN_CTNG_uClibc_VERSION_0_9_32)),y)
> +CTNG_FIX_DOT_CONFIG_SED += s:^(CT_LIBC_UCLIBC_V_)(.+)=y$$:\# \1\2 is not set\n\10_9_32=y:;
> +else ifeq ($(call qstrip,$(BR2_TOOLCHAIN_CTNG_uClibc_VERSION_0_9_30)),y)
> +CTNG_FIX_DOT_CONFIG_SED += s:^(CT_LIBC_UCLIBC_V_)(.+)=y$$:\# \1\2 is not set\n\10_9_30_3=y:;
> +endif
> +
> # Handle the locales option
> ifneq ($(call qstrip,$(BR2_ENABLE_LOCALE)),)
> CTNG_FIX_DOT_CONFIG_SED += s:^\# (CT_LIBC_UCLIBC_LOCALES) is not set:\1=y\n\# CT_LIBC_UCLIBC_LOCALES_PREGEN_DATA is not set:;
I realize that it isn't used for the existing fixes, but is it possible to
use the KCONFIG_ENABLE_OPT/KCONFIG_DISABLE_OPT function from Makefile.package.in?
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 31BB CF53 8660 6F88 345D 54CC A836 5879 20D7 CF43
next prev parent reply other threads:[~2011-12-14 6:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-06 12:17 [Buildroot] [PATCH v2 0/4] Improved uClibc support with ct-ng generated toolchain Will Wagner
2011-12-06 12:17 ` [Buildroot] [PATCH v2 1/4] Allow user to pick uClibc version when using ct-ng Will Wagner
2011-12-14 6:54 ` Arnout Vandecappelle [this message]
2011-12-06 12:17 ` [Buildroot] [PATCH v2 2/4] Supply better default uClibc config file " Will Wagner
2011-12-14 6:51 ` Arnout Vandecappelle
2011-12-06 12:17 ` [Buildroot] [PATCH v2 3/4] Allow user to specify a custom " Will Wagner
2011-12-06 12:17 ` [Buildroot] [PATCH v2 4/4] Allow user to select nptl when using 0.9.32 with ct-ng Will Wagner
2011-12-14 6:56 ` [Buildroot] [PATCH v2 0/4] Improved uClibc support with ct-ng generated toolchain Arnout Vandecappelle
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=201112140754.40229.arnout@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/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 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.