]> git.sesse.net Git - ffmpeg/commit
configure: Do not abort when cross-compiling to the native CPU
authorDavid Michael <fedora.dm0@gmail.com>
Wed, 1 Apr 2020 04:07:55 +0000 (00:07 -0400)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 2 Apr 2020 22:58:07 +0000 (00:58 +0200)
commit9f567c431eb49e5cd4399f54de433422f5b9b9c4
treeec7d3cd533f6da4c840137e8d1a7ac2bcdc96604
parent45cb93e9bddcd6395171e99717623e9adbcf700e
configure: Do not abort when cross-compiling to the native CPU

Using a compiler with a different host triplet is considered
cross-compiling, even when it is for the same architecture as the
build system.  With such a cross-compiler, it is still valid to
optimize builds with --cpu=host.  Make the condition that aborts in
this case into a warning instead, since a cross-compiler for an
incompatible architecture will fail with -mtune=native anyway.

Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
configure