Retro68/gcc/libgcc/config/gcn/t-amdgcn
Wolfgang Thaller 6fbf4226da gcc-9.1
2019-06-20 20:10:10 +02:00

17 lines
456 B
Plaintext

LIB2ADD += $(srcdir)/config/gcn/lib2-divmod.c \
$(srcdir)/config/gcn/lib2-divmod-hi.c
LIB2ADDEH=
LIB2FUNCS_EXCLUDE=__main
override LIB2FUNCS_ST := $(filter-out __gcc_bcmp,$(LIB2FUNCS_ST))
# Debug information is not useful, and probably uses broken relocations
LIBGCC2_DEBUG_CFLAGS = -g0
crt0.o: $(srcdir)/config/gcn/crt0.c
$(crt_compile) -c $<
# Prevent building "advanced" stuff (for example, gcov support).
INHIBIT_LIBC_CFLAGS = -Dinhibit_libc