OSDN Git Service

* pa64-hpux.h (LINK_SPEC): Move "+Accept TypeMismatch" switch to the
[pf3gnuchains/gcc-fork.git] / gcc / config / pa / t-pro
1 LIB2FUNCS_EXTRA=lib2funcs.asm 
2
3 # We want fine grained libraries, so use the new code to build the
4 # floating point emulation libraries.
5 FPBIT = fp-bit.c
6 DPBIT = dp-bit.c
7
8 dp-bit.c: $(srcdir)/config/fp-bit.c
9         cat $(srcdir)/config/fp-bit.c > dp-bit.c
10
11 fp-bit.c: $(srcdir)/config/fp-bit.c
12         echo '#define FLOAT' > fp-bit.c
13         cat $(srcdir)/config/fp-bit.c >> fp-bit.c
14
15 lib2funcs.asm: $(srcdir)/config/pa/lib2funcs.asm
16         rm -f lib2funcs.asm
17         cp $(srcdir)/config/pa/lib2funcs.asm .