aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.3.1/gcc/config/stormy16/t-stormy16
blob: bb2cb9a2e3306792414cbad12789d6efd20e6da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- makefile -*-

# SImode routines

LIB2FUNCS_EXTRA = \
	$(srcdir)/config/stormy16/stormy16-lib2.c

# floating point emulation libraries

FPBIT = fp-bit.c
DPBIT = 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

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

TARGET_LIBGCC2_CFLAGS = -Os