source: trunk/third/gcc/config/sparc/t-sparcbare @ 8834

Revision 8834, 722 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8833, which included commits to RCS files with non-trunk default branches.
Line 
1# configuration file for a bare sparc 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
19# MULTILIB_OPTIONS should have msparclite too, but we'd have to make
20# gas build...
21MULTILIB_OPTIONS=msoft-float mv8
22MULTILIB_DIRNAMES=soft v8
23MULTILIB_MATCHES=msoft-float=mno-fpu
24
25LIBGCC = stmp-multilib
26INSTALL_LIBGCC = install-multilib
Note: See TracBrowser for help on using the repository browser.