On 01/11/16 16:32, Paul Eggert wrote:
> On 11/01/2016 09:09 AM, Pádraig Brady wrote:
>> BTW it would be better to configure your coreutils build --without-gmp
>
> Perhaps --enable-single-binary-exceptions=factor,expr should be the
> default if GMP is used?
Interesting tradeoff.
That would increase the single binary install by about 10%
(factor(86K), expr(40K)), while keeping the same functionality.
Maybe something like:
if --enable-single-binary && !--with-gmp && HAVE_GMP
--enable-single-binary-exceptions=factor,expr
I'll think about it.
cheers,
Pádraig