1b992148d7
* configure.in: Add pj target. * configure: Regenerate. * config/pj: New directory. * config/pj/lib1funcs.S: New file. * config/pj/linux.h: New file. * config/pj/pj.c: New file. * config/pj/pj.md: New file. * config/pj/pjl.h: New file. * config/pj/t-pj: New file. * config/pj/xm-pj.h: New file From-SVN: r31225
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
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
|