28df416855
* config/sparc/liteelf.h: New file to support sparclite-elf target * config/sparc/t-sp86x: New file to support sparc86x targets * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target * configure.in: Support above target triplets * configure: Regenerated From-SVN: r28581
25 lines
643 B
Plaintext
25 lines
643 B
Plaintext
CROSS_LIBGCC1 = libgcc1-asm.a
|
|
LIB1ASMSRC = sparc/lb1spc.asm
|
|
LIB1ASMFUNCS = _divsi3 _modsi3
|
|
|
|
# We want fine grained libraries, so use the new code to build the
|
|
# floating point emulation libraries.
|
|
FPBIT = fp-bit.c
|
|
DPBIT = dp-bit.c
|
|
|
|
dp-bit.c: $(srcdir)/config/fp-bit.c
|
|
echo '#define US_SOFTWARE_GOFAST' > dp-bit.c
|
|
cat $(srcdir)/config/fp-bit.c >> dp-bit.c
|
|
|
|
fp-bit.c: $(srcdir)/config/fp-bit.c
|
|
echo '#define FLOAT' > fp-bit.c
|
|
echo '#define US_SOFTWARE_GOFAST' >> fp-bit.c
|
|
cat $(srcdir)/config/fp-bit.c >> fp-bit.c
|
|
|
|
MULTILIB_OPTIONS = mlittle-endian-data
|
|
MULTILIB_DIRNAMES = little
|
|
|
|
LIBGCC = stmp-multilib
|
|
INSTALL_LIBGCC = install-multilib
|
|
|