]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/config/nvptx/t-nvptx
[PR target/65181] nvptx libgcc: Prevent building "advanced" stuff (for example, gcov...
[thirdparty/gcc.git] / libgcc / config / nvptx / t-nvptx
CommitLineData
738f2522
BS
1LIB2ADD=$(srcdir)/config/nvptx/malloc.asm \
2 $(srcdir)/config/nvptx/free.asm \
3 $(srcdir)/config/nvptx/realloc.c
4
5LIB2ADDEH=
6LIB2FUNCS_EXCLUDE=__main
7
8crt0.o: $(srcdir)/config/nvptx/crt0.s
9 cp $< $@
b6530d0a
TS
10
11# Prevent building "advanced" stuff (for example, gcov support). We don't
12# support it, and it may cause the build to fail, because of alloca usage, for
13# example.
14INHIBIT_LIBC_CFLAGS = -Dinhibit_libc