[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] configure: fix parameter expansion of --cross-cc-cflags o
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v2] configure: fix parameter expansion of --cross-cc-cflags options |
Date: |
Mon, 24 Jan 2022 19:18:08 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 |
On 1/24/22 18:23, matheus.ferst@eldorado.org.br wrote:
> From: Matheus Ferst <matheus.ferst@eldorado.org.br>
>
> Without this fix, any use of --cross-cc-cflags-* causes a message like:
> $ ../configure --cross-cc-ppc64le=clang --cross-cc-cflags-ppc64le="-target
> powerpc64le-unknown-linux-gnu -sysroot ..."
> ../configure: 1: eval: cross_cc_cflags_--cross-cc-cflags-ppc64le=-target: not
> found
> ../configure: 3816: export: cross_cc_cflags_--cross-cc-cflags-ppc64le: bad
> variable name
>
> Also, update the documentation to reflect the option being parsed by
> configure.
>
> Fixes: d422b2bc23 ("configure: allow user to specify --cross-cc-cflags-foo=")
> Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
> ---
> configure | 4 ++--
> docs/devel/testing.rst | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v2] configure: fix parameter expansion of --cross-cc-cflags options,
Philippe Mathieu-Daudé <=