Replace occurrences of #elif with #if...#endif.
[official-gcc.git] / gcc / config / rs6000 / t-rs6000
blobf50ef17027c7f70a993cc2b99d42365906339821
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
6 dp-bit.c: $(srcdir)/config/fp-bit.c
7         cat $(srcdir)/config/fp-bit.c > dp-bit.c
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
13 # Build the libraries for both hard and soft floating point
15 MULTILIB_OPTIONS = msoft-float
16 MULTILIB_DIRNAMES = soft-float
18 LIBGCC = stmp-multilib
19 INSTALL_LIBGCC = install-multilib