aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mn10300/t-mn10300
blob: 2e26e229acc62c2d9af28b08dcea6f26b4c858af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# We want fine grained libraries, so use the new code to build the
# floating point emulation libraries.
FPBIT = fp-bit.c
DPBIT = dp-bit.c

dp-bit.c: $(srcdir)/config/fp-bit.c
	cat $(srcdir)/config/fp-bit.c > dp-bit.c

fp-bit.c: $(srcdir)/config/fp-bit.c
	echo '#define FLOAT' > fp-bit.c
	cat $(srcdir)/config/fp-bit.c >> fp-bit.c

MULTILIB_OPTIONS = mam33
MULTILIB_DIRNAMES = am33

LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib