On Sat, Feb 13, 2021 at 2:33 PM Valmor F. de Almeida
<val.gen...@gmail.com> wrote:
>
>
> Hello,
> I use the global flags USE="elogind alsa -multilib -abi_x86_32" and I
> thought this would prevent 32bit libraries to be installed.
>
> For example I have (from glibc) both:
>
> /usr/lib/libutil.so
> /usr/lib64/libutil.so
>

In case you haven't already figured it out, glibc ignores the setting
of abi_x86_32.  It is controlled by your profile selection.  Part of
that might be legacy, but if you build glibc without lib32 support it
is basically impossible to add it in later without bootstrapping it.

If you don't want multilib then you can use a no-multilib profile.

-- 
Rich

Reply via email to