OSDN Git Service

* config/h8300/h8300.h: Fix formatting.
[pf3gnuchains/gcc-fork.git] / gcc / config / h8300 / t-h8300
1 LIB1ASMSRC = h8300/lib1funcs.asm
2 LIB1ASMFUNCS = _cmpsi2 _ucmpsi2 _divhi3 _divsi3 _mulhi3 _mulsi3 \
3   _floatdisf _fixsfdi
4
5 # We do not have DF or DI types, so fake out the libgcc2 compilation.
6 TARGET_LIBGCC2_CFLAGS = -DDF=SF -DDI=SI
7
8 # We want fine grained libraries, so use the new code to build the
9 # floating point emulation libraries.
10 FPBIT = fp-bit.c
11
12 fp-bit.c: $(srcdir)/config/fp-bit.c
13         echo '#define FLOAT' > fp-bit.c
14         echo '#define FLOAT_ONLY' >> fp-bit.c
15         echo '#define SMALL_MACHINE' >> fp-bit.c
16         echo '#ifdef __H8300__' >> fp-bit.c
17         echo '#define CMPtype HItype' >> fp-bit.c
18         echo '#else' >> fp-bit.c
19         echo '#define CMPtype SItype' >> fp-bit.c
20         echo '#endif' >> fp-bit.c
21         cat $(srcdir)/config/fp-bit.c >> fp-bit.c
22
23 MULTILIB_OPTIONS = mh/ms mint32
24 MULTILIB_DIRNAMES = h8300h h8300s int32
25 MULTILIB_EXCEPTIONS = mint32
26
27 LIBGCC = stmp-multilib
28 INSTALL_LIBGCC = install-multilib
29