Re: [PATCH 01/17] lib: Add shared copies of some GCC library routines
From: Stephen Rothwell
Date: Mon Jul 10 2017 - 22:02:39 EST
Hi Palmer,
On Mon, 10 Jul 2017 18:39:08 -0700 Palmer Dabbelt <palmer@xxxxxxxxxxx> wrote:
>
> This patch adds a new copy of these library routine files, which are
> functionally identical to the various other copies. These are
> availiable via Kconfig as CONFIG_LIB_$ROUTINE, which currently isn't
Umm, the patch actually uses CONFIG_GENERIC_$ROUTINE.
> +config GENERIC_ASHLDI3
> + def_bool n
Just
bool
is the same.
--
Cheers,
Stephen Rothwell