]> gcc.gnu.org Git - gcc.git/blob - gcc/config/t-svr4
*** empty log message ***
[gcc.git] / gcc / config / t-svr4
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
4 EXTRA_PARTS=crtbegin.o crtend.o
5
6 # For svr4 we run the special svr4 fixincludes script.
7
8 FIXINCLUDES=fixinc.svr4
This page took 0.036404 seconds and 5 git commands to generate.