xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nvptx/t-nvptx (revision 1debfc3d3fad8af6f31804271c18e67f77b4d718)
1LIB2ADD=$(srcdir)/config/nvptx/reduction.c \
2	$(srcdir)/config/nvptx/mgomp.c
3
4LIB2ADDEH=
5LIB2FUNCS_EXCLUDE=__main
6
7crt0.o: $(srcdir)/config/nvptx/crt0.c
8	$(crt_compile) -c $<
9
10# Prevent building "advanced" stuff (for example, gcov support).  We don't
11# support it, and it may cause the build to fail, because of alloca usage, for
12# example.
13INHIBIT_LIBC_CFLAGS = -Dinhibit_libc
14