diff options
Diffstat (limited to 'gcc/config/i386/t-i386elf')
-rw-r--r-- | gcc/config/i386/t-i386elf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/t-i386elf b/gcc/config/i386/t-i386elf new file mode 100644 index 000000000..9560d9055 --- /dev/null +++ b/gcc/config/i386/t-i386elf @@ -0,0 +1,4 @@ +# For svr4 we build crtbegin.o and crtend.o which serve to add begin and +# end labels to the .ctors and .dtors section when we link using gcc. + +EXTRA_PARTS=crtbegin.o crtend.o |