]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/rs6000/t-rs6000
t-a29kbare: Fix some comments.
[thirdparty/gcc.git] / gcc / config / rs6000 / t-rs6000
1 # Do not build libgcc1.
2 LIBGCC1 =
3 CROSS_LIBGCC1 =
4
5 # We want fine grained libraries, so use the new code to build the
6 # floating point emulation libraries.
7 FPBIT = fp-bit.c
8 DPBIT = dp-bit.c
9
10 dp-bit.c: $(srcdir)/config/fp-bit.c
11 cat $(srcdir)/config/fp-bit.c > dp-bit.c
12
13 fp-bit.c: $(srcdir)/config/fp-bit.c
14 echo '#define FLOAT' > fp-bit.c
15 cat $(srcdir)/config/fp-bit.c >> fp-bit.c
16
17 # Build the libraries for both hard and soft floating point
18
19 MULTILIB_OPTIONS = msoft-float
20 MULTILIB_DIRNAMES = soft-float
21
22 LIBGCC = stmp-multilib
23 INSTALL_LIBGCC = install-multilib