Update ChangeLog and version files for release
[official-gcc.git] / libgcc / config / nvptx / t-nvptx
blobe66188f87225e7c2d095c38970436b344d118cbc
1 LIB2ADD=$(srcdir)/config/nvptx/malloc.asm \
2         $(srcdir)/config/nvptx/free.asm \
3         $(srcdir)/config/nvptx/realloc.c \
4         $(srcdir)/config/nvptx/reduction.c
6 LIB2ADDEH=
7 LIB2FUNCS_EXCLUDE=__main
9 crt0.o: $(srcdir)/config/nvptx/crt0.s
10         cp $< $@
12 # Prevent building "advanced" stuff (for example, gcov support).  We don't
13 # support it, and it may cause the build to fail, because of alloca usage, for
14 # example.
15 INHIBIT_LIBC_CFLAGS = -Dinhibit_libc