On Tue, Apr 12, 2016 at 07:59:49PM -0700, Matt Thomas wrote: > The install media don't include ld.elf_so so that's probably the problem > there. > We would need crt0 support for static pie to do the rel/rela relocations > intrinsic to those images.
Indeed. Bringing over "-static -pie" support similar to what OpenBSD did is on my list as well (see the thread on tech-toolchain). Martin
