blob: 017f08a0d8c0f5eddfe2589171e31c9b0780d3bb (
plain)
1
2
3
4
5
6
7
8
|
# CYGNUS LOCAL (entire file) i386-elf
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
# 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
|