On Sun, 21 Apr 2019 at 12:08, Xi Ruoyao via lfs-dev
<lfs-dev@lists.linuxfromscratch.org> wrote:

> > by virtue of pointing to the /lib/udev, which is arch-specific,
>
> It's not.  /lib/udev only contains udev scripts and some executable helpers 
> for
> udevd.  There are no libraries in it.
>
> We can not have two udevd instances for x86_64 and i686, so udevd is not arch-
> specific.  Run `ps -e | grep udevd` and you won't see something like 
> "udevd-32"
> or "udevd-64".

I think you may have misunderstood, or maybe I have.

I do take your point about the udev subdirectory of /lib not
containing any libs, however as I see things,

/lib

and hence, subdirectories of it, is arch-specfic, as it what
would be /lib64 on a system that had a mix of arches and
hence various /lib-s .

Hope that helps you see where I cam coming from,
Kevin
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to