gcc: Fix the passing of LIBRARY_PATH to the linker.Don't define LINK_LIBGCC_SPEC as empty so that it will be the default%D, which adds the necessary -L's for the directories in LIBRARY_PATHto the
gcc: Fix the passing of LIBRARY_PATH to the linker.Don't define LINK_LIBGCC_SPEC as empty so that it will be the default%D, which adds the necessary -L's for the directories in LIBRARY_PATHto the linker command line.It also adds a duplicate, but I think harmless, -L /usr/lib/gcc80which we add earlier already. This can be improved separately.Dragonfly-bug: <https://bugs.dragonflybsd.org/issues/2897>
show more ...
libc/stdio: Add _unlocked() flavors of fflush, fputc, fputs, fread, fwrite.These are needed by some dports and can also be used in various thingsin base. Bump __DragonFly_version, too.Reported-b
libc/stdio: Add _unlocked() flavors of fflush, fputc, fputs, fread, fwrite.These are needed by some dports and can also be used in various thingsin base. Bump __DragonFly_version, too.Reported-by: zrjTaken-from: FreeBSD
Adjust makefiles for GCC80 update.
gcc80: Partially implement TOOLCHAIN_CHECKING.Will be needed for special feature testing in newer binutils.
gcc80: Add pregenerated headers.
gcc80: Bring in makefiles but leave them unhooked.Makefile infrastructure was reused from gcc50 one writen by John Marino.