How about binutils?
http://cvsweb.netbsd.org/bsdweb.cgi/src/tools/binutils/Makefile#rev1.32
It seems that we need to mknative again for this:
----
% find /usr/src/external/gpl3/binutils/usr.bin/ld -name '*.h' | xargs grep
HAVE_INITFINI_ARRAY
/usr/src/external/gpl3/binutils/usr.bin/ld/arch/aarch64/config.h:/* #undef
HAVE_INITFINI_ARRAY */
/usr/src/external/gpl3/binutils/usr.bin/ld/arch/aarch64eb/config.h:/* #undef
HAVE_INITFINI_ARRAY */
...(snip)...
----
Thanks,
rin
On 2021/05/09 4:36, Christos Zoulas wrote:
Module Name: src
Committed By: christos
Date: Sat May 8 19:36:28 UTC 2021
Modified Files:
src/tools/gcc: Makefile
Log Message:
Disable again initfini; breaks some archs and not worth dealing with when
we have both gcc's active in the tree.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/tools/gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.