OSDN Git Service

2002-04-12 Eric Norum <eric.norum@usask.ca>
[pf3gnuchains/gcc-fork.git] / gcc / config / sparc / t-sparcbare
1 # configuration file for a bare sparc cpu
2
3 LIB1ASMSRC = sparc/lb1spc.asm
4 LIB1ASMFUNCS = _mulsi3 _divsi3 _modsi3
5
6 # We want fine grained libraries, so use the new code to build the
7 # floating point emulation libraries.
8 FPBIT = fp-bit.c
9 DPBIT = dp-bit.c
10
11 dp-bit.c: $(srcdir)/config/fp-bit.c
12         cat $(srcdir)/config/fp-bit.c > dp-bit.c
13
14 fp-bit.c: $(srcdir)/config/fp-bit.c
15         echo '#define FLOAT' > fp-bit.c
16         cat $(srcdir)/config/fp-bit.c >> fp-bit.c
17
18 # MULTILIB_OPTIONS should have msparclite too, but we'd have to make
19 # gas build...
20 MULTILIB_OPTIONS = msoft-float mcpu=v8
21 MULTILIB_DIRNAMES = soft v8
22 MULTILIB_MATCHES = msoft-float=mno-fpu mcpu?v8=mv8
23
24 LIBGCC = stmp-multilib
25 INSTALL_LIBGCC = install-multilib