On Fri, 2019-04-26 at 16:38 +0100, Richard W.M. Jones wrote:
> On 32-bit ARM Fedora's %{configure} macro forces:
> 
>   ./configure ... --host=armv7hl-redhat-linux-gnu ...
> 
> On the same host, config.guess prints:
> 
>   armv7l-unknown-linux-gnueabihf
> 
> The OCaml configure script tests for:
> 
>   AS_CASE([$host],
>   ...
>   [armv7*-*-linux-gnueabihf],
>     [arch=arm; model=armv7; system=linux_eabihf],
>   ...
>   [armv7*-*-linux-gnueabi],
>     [arch=arm; model=armv7; system=linux_eabi],
> 
> As a result it works if $host contains the GNU string, but fails on
> the forced Fedora host string.
> 
> Who's right here?  Also can I change what Fedora's %{configure} macro
> sets --host to by modifying only the spec file?
> 

Hum it seems something similar with [1] 

In resume is a difference between Debian vs Redhat , I believe the
solution is patch test script .

[1]
https://bugzilla.redhat.com/show_bug.cgi?id=1134914#c9


> Rich.
> 
> -- 
> Richard Jones, Virtualization Group, Red Hat 
> http://people.redhat.com/~rjones
> Read my programming and virtualization blog: 
> http://rwmj.wordpress.com
> virt-df lists disk usage of guests without needing to install any
> software inside the virtual machine.  Supports Linux and Windows.
> http://people.redhat.com/~rjones/virt-df/
> _______________________________________________
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: 
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
-- 
Sérgio M. B.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to