1 LIB2ADD=$(srcdir)/config/nvptx/reduction.c \ 2 $(srcdir)/config/nvptx/mgomp.c \ 3 $(srcdir)/config/nvptx/atomic.c 4 5 # Until we have libstdc++-v3/libsupc++ proper. 6 LIB2ADD += $(srcdir)/c++-minimal/guard.c 7 8 LIB2ADDEH= 9 LIB2FUNCS_EXCLUDE=__main 10 11 crt0.o: $(srcdir)/config/nvptx/crt0.c 12 $(crt_compile) -c $< 13 14 # Prevent building "advanced" stuff (for example, gcov support). We don't 15 # support it, and it may cause the build to fail, because of alloca usage, for 16 # example. 17 INHIBIT_LIBC_CFLAGS = -Dinhibit_libc 18