__extendsfdf2
Aurélien Buhrig
Aurelien.Buhrig@tiempo-ic.com
Fri Aug 28 19:57:00 GMT 2009
> Do you set FPBIT and DPBIT in your t-XXX Makefile fragment?
Yes. Here is part of my t-XXX Makefile fragment
FPBIT = fp-bit.c
DPBIT = dp-bit.c
fp-bit.c: $(srcdir)/config/fp-bit.c
echo '#define FLOAT' >> fp-bit.c
echo '#define CMPtype HItype' >> fp-bit.c
echo '#define SMALL_MACHINE' >> fp-bit.c
cat $(srcdir)/config/fp-bit.c >> fp-bit.c
dp-bit.c: $(srcdir)/config/fp-bit.c
echo '#define CMPtype HItype' >> dp-bit.c
echo '#define SMALL_MACHINE' >> dp-bit.c
cat $(srcdir)/config/fp-bit.c >> dp-bit.c
LIB1ASMSRC = ...
LIB1ASMFUNCS = ...
TARGET_LIBGCC2_CFLAGS = -Os -Dinhibit_libc -fno-inline -g
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
STMP_FIXINC =
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3102 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc-help/attachments/20090828/9ba8468d/attachment-0001.bin>
More information about the Gcc-help
mailing list