2007-03-01 Paul Brook <paul@codesourcery.com>
[official-gcc.git] / gcc / config / crx / t-crx
blob012fad173e5f65edb7bbb046753f22fdcc48e2c4
1 # CRX Target Makefile
3 # Mingw specific compilation fixes
4 USE_COLLECT2 =
5 STMP_FIXINC =
7 # Software emulation for integer div and mod
8 LIB2FUNCS_EXTRA = $(srcdir)/config/udivmodsi4.c $(srcdir)/config/udivmod.c $(srcdir)/config/divmod.c
10 # Build the floating point emulation libraries.
11 FPBIT = fp-bit.c
12 DPBIT = dp-bit.c
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
18 dp-bit.c: $(srcdir)/config/fp-bit.c
19         cat $(srcdir)/config/fp-bit.c > dp-bit.c