diff options
Diffstat (limited to 'gcc/config/pj/t-pj')
-rw-r--r-- | gcc/config/pj/t-pj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config/pj/t-pj b/gcc/config/pj/t-pj new file mode 100644 index 0000000..2ba9087 --- /dev/null +++ b/gcc/config/pj/t-pj @@ -0,0 +1,9 @@ +CROSS_LIBGCC1 = libgcc1-asm.a +LIB1ASMSRC = pj/lib1funcs.S +LIB1ASMFUNCS = vhelper pjucmpdi2 +LIB2FUNCS_EXTRA = + +# 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 |