HomeFreeBSD

Eliminate all machine-dependent code from the main source body and
rS45501Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Eliminate all machine-dependent code from the main source body and
the Makefile, and move it down into the architecture-specific
subdirectories.

Eliminate an asm() statement for the i386.

Make the dynamic linker work if it is built as an executable instead
of as a shared library. See i386/Makefile.inc to find out how to
do it. Note, this change is not enabled and it might never be
enabled. But it might be useful in the future. Building the
dynamic linker as an executable should make it start up faster,
because it won't have any relocations. But in practice I suspect
the difference is negligible.

Details

Provenance
jdpAuthored on
Parents
rS45500: Another fix for -jN building -- the last fix didn't fix it for everybody.
Branches
Unknown
Tags
Unknown