1# For svr4 we build crtbegin.o and crtend.o which serve to add begin and
2# end labels to the .ctors and .dtors section when we link using gcc.
3
4EXTRA_PARTS=crtbegin.o crtend.o
5