OSDN Git Service

* sh.c (gen_shl_and): Don't create a zero_extend if the operand
[pf3gnuchains/gcc-fork.git] / gcc / config / rs6000 / t-rs6000
1 # We want fine grained libraries, so use the new code to build the
2 # floating point emulation libraries.
3 FPBIT = fp-bit.c
4 DPBIT = dp-bit.c
5
6 dp-bit.c: $(srcdir)/config/fp-bit.c
7         cat $(srcdir)/config/fp-bit.c > dp-bit.c
8
9 fp-bit.c: $(srcdir)/config/fp-bit.c
10         echo '#define FLOAT' > fp-bit.c
11         cat $(srcdir)/config/fp-bit.c >> fp-bit.c
12
13 # Build the libraries for both hard and soft floating point
14
15 MULTILIB_OPTIONS = msoft-float
16 MULTILIB_DIRNAMES = soft-float
17
18 LIBGCC = stmp-multilib
19 INSTALL_LIBGCC = install-multilib