Re: [FFmpeg-devel] [PATCH] configure: move ranlib -D test after setting defaults

2022-03-10 Thread Martin Storsjö
On Mon, 14 Feb 2022, Adrian Ratiu wrote: In Gentoo and ChromeOS we want to allow pure LLVM builds without using GNU tools, so we block any unwanted mixed GNU/LLVM usages (GNU tools are still kept around in our chroots for projects like glibc which cannot yet be built otherwise). The default ${c

[FFmpeg-devel] [PATCH] configure: move ranlib -D test after setting defaults

2022-02-14 Thread Adrian Ratiu
In Gentoo and ChromeOS we want to allow pure LLVM builds without using GNU tools, so we block any unwanted mixed GNU/LLVM usages (GNU tools are still kept around in our chroots for projects like glibc which cannot yet be built otherwise). The default ${cross_prefix}${ranlib_default} points to GNU