From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/volk: fix Config.in syntax error
Date: Sun, 2 Oct 2022 09:11:16 +0200 [thread overview]
Message-ID: <20221002071116.GA30794@scaer> (raw)
In-Reply-To: <20221001222254.142279-1-james.hilliard1@gmail.com>
James, All,
On 2022-10-01 16:22 -0600, James Hilliard spake thusly:
> Fixes:
> package/volk/Config.in:4: syntax error
> package/volk/Config.in:3: invalid option
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to master, thanks for fixing my mess!
Regards,
Yann E. MORIN.
> ---
> package/volk/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/volk/Config.in b/package/volk/Config.in
> index 83d58d64ab..6a343e0751 100644
> --- a/package/volk/Config.in
> +++ b/package/volk/Config.in
> @@ -1,6 +1,6 @@
> comment "volk needs a toolchain w/ C++, NPTL, wchar, dynamic library"
> depends on BR2_USE_MMU
> - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 \
> + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
> !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
>
> config BR2_PACKAGE_VOLK
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-10-02 7:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-01 22:22 [Buildroot] [PATCH 1/1] package/volk: fix Config.in syntax error James Hilliard
2022-10-02 7:11 ` Yann E. MORIN [this message]
2022-10-15 14:33 ` Peter Korsgaard
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=20221002071116.GA30794@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=gwenhael.goavec-merou@trabucayre.com \
--cc=james.hilliard1@gmail.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.
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.