Good point, it's silly that i386 binary running on amd64 kernel requires
ld-elf32.so.1, while ld-elf.so.1 when running on i386 kernel. It adds
unneeded complexity for running i386 jail or chroot on amd64 for example.
I wonder if we can do what Tim said - rename dynamic loader to actually
include architecture name. I am pretty sure it would allow to remove
quite few special cases from the kernel elf/emulation code and possibly
from the cross build logic.
-Maxim
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"