* tm.texi: Fix markup.
[official-gcc.git] / gcc / config / a29k / t-vx29k
blobd6c79852ca48bcdb0f36fbe67e8bdae04863cf82
1 # We don't want to put exit in libgcc.a for VxWorks, because VxWorks
2 # does not have _exit.
3 TARGET_LIBGCC2_CFLAGS = -Dexit=unused_exit
5 # We want fine grained libraries, so use the new code to build the
6 # floating point emulation libraries.
7 FPBIT = fp-bit.c
8 DPBIT = dp-bit.c
10 dp-bit.c: $(srcdir)/config/fp-bit.c
11         cat $(srcdir)/config/fp-bit.c > dp-bit.c
13 fp-bit.c: $(srcdir)/config/fp-bit.c
14         echo '#define FLOAT' > fp-bit.c
15         cat $(srcdir)/config/fp-bit.c >> fp-bit.c