source: trunk/third/gcc/config/sparc/t-splet @ 11288

Revision 11288, 652 bytes checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r11287, which included commits to RCS files with non-trunk default branches.
Line 
1# configuration file for a bare sparclet cpu, aout format files
2
3CROSS_LIBGCC1 = libgcc1-asm.a
4LIB1ASMSRC = sparc/lb1spc.asm
5LIB1ASMFUNCS = _mulsi3 _divsi3 _modsi3
6
7# These are really part of libgcc1, but this will cause them to be
8# built correctly, so...
9
10LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c
11
12dp-bit.c: $(srcdir)/config/fp-bit.c
13        cat $(srcdir)/config/fp-bit.c > dp-bit.c
14
15fp-bit.c: $(srcdir)/config/fp-bit.c
16        echo '#define FLOAT' > fp-bit.c
17        cat $(srcdir)/config/fp-bit.c >> fp-bit.c
18
19MULTILIB_OPTIONS = mlittle-endian mlive-g0 mbroken-saverestore
20MULTILIB_DIRNAMES = little live-g0 brknsave
21
22LIBGCC = stmp-multilib
23INSTALL_LIBGCC = install-multilib
Note: See TracBrowser for help on using the repository browser.