From: Chris Zankel <chris@zankel.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] xtensa: disable libffi for Xtensa
Date: Wed, 21 Nov 2012 01:36:38 -0800 [thread overview]
Message-ID: <50ACA0A6.9020507@zankel.net> (raw)
In-Reply-To: <20121121083521.GB28785@sapphire.tkos.co.il>
Hi Baruch,
On 11/21/2012 12:35 AM, Baruch Siach wrote:
> Hi Chris,
>
> On Tue, Nov 20, 2012 at 11:01:49AM -0800, Chris Zankel wrote:
>> Xtensa currently doesn't support libffi.
>>
>> Signed-off-by: Chris Zankel <chris@zankel.net>
>> ---
>> package/libffi/Config.in | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/package/libffi/Config.in b/package/libffi/Config.in
>> index 7211f8f..4afb669 100644
>> --- a/package/libffi/Config.in
>> +++ b/package/libffi/Config.in
>> @@ -1,5 +1,6 @@
>> config BR2_PACKAGE_LIBFFI
>> bool "libffi"
>> + depends on !BR2_xtensa
>> help
>> The libffi library provides a portable, high level
>> programming interface to various calling conventions. This
> You need to recursively propagate this 'depends' to all packages selecting
> BR2_PACKAGE_LIBFFI. This is due to a limitation of kconfig that doesn't check
> whether a package is actually selectable.
Ah, good to know. Thanks. Will create another patch.
Cheers!
-Chris
next prev parent reply other threads:[~2012-11-21 9:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-20 19:01 [Buildroot] [PATCH 3/3] xtensa: disable libffi for Xtensa Chris Zankel
2012-11-21 8:35 ` Baruch Siach
2012-11-21 9:36 ` Chris Zankel [this message]
2012-11-21 10:04 ` Thomas Petazzoni
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=50ACA0A6.9020507@zankel.net \
--to=chris@zankel.net \
--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.