]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Build the csu tests on all architectures.
authorAndrew Turner <andrew@FreeBSD.org>
Tue, 30 Oct 2018 14:44:12 +0000 (14:44 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Tue, 30 Oct 2018 14:44:12 +0000 (14:44 +0000)
commit8522d140a568be6044aad4288042c72e8d3b72a7
tree404f70b26d164ca08eecac7c87a892fc54a48aac
parentd59a162c118b3e3befb4f0a46ecd1cf6e5bdf353
Build the csu tests on all architectures.

The tests haven't been run them, but this is enough to build them so I can
get feedback on if the various crt.h headers are correct.

MFC with: r339738
Sponsored by: DARPA, AFRL
lib/csu/Makefile
lib/csu/arm/crt.h [new file with mode: 0644]
lib/csu/mips/crt.h [new file with mode: 0644]
lib/csu/powerpc/crt.h [new file with mode: 0644]
lib/csu/riscv/crt.h [new file with mode: 0644]
lib/csu/sparc64/crt.h [new file with mode: 0644]
lib/csu/tests/Makefile.tests