binutils227: Explicitly include <stdint.h> and add CROSS_LIBDL. On glibc based systems dlopen() functionality is not in libc.
strip(1): Perform safe install.Pass -S flag to install(1) as it is currently done for /bin/sh.The install(1) might call strip(1) on itself when installing.
as(1): Trim sources that create empty objects.
Simplify some Makefiles.If there is just one source file that is named ${PROG}.c, SRCS doesnot need to be set.
buildworld: Really support static toolchain.Not to be used for day-to-day stuff, testing and experimenting feature only.This includes the cross-tools and would come very helpful when we will make
buildworld: Really support static toolchain.Not to be used for day-to-day stuff, testing and experimenting feature only.This includes the cross-tools and would come very helpful when we will makea switch for /libexec/ld-elf.so runtime linker.
show more ...
binutils227: Add build dirs.It is unclear weather -Wl,z,relro should be on by default in ld.gold.