bd52d17906
too large to list, but see: http://gcc.gnu.org/gcc-3.4/changes.html http://gcc.gnu.org/gcc-4.0/changes.html http://gcc.gnu.org/gcc-4.1/changes.html for the details.
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# -*- 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
|