t-amdgcn revision 1.1.1.1 1 LIB2ADD += $(srcdir)/config/gcn/lib2-divmod.c \
2 $(srcdir)/config/gcn/lib2-divmod-hi.c
3
4 LIB2ADDEH=
5 LIB2FUNCS_EXCLUDE=__main
6
7 override LIB2FUNCS_ST := $(filter-out __gcc_bcmp,$(LIB2FUNCS_ST))
8
9 # Debug information is not useful, and probably uses broken relocations
10 LIBGCC2_DEBUG_CFLAGS = -g0
11
12 crt0.o: $(srcdir)/config/gcn/crt0.c
13 $(crt_compile) -c $<
14
15 # Prevent building "advanced" stuff (for example, gcov support).
16 INHIBIT_LIBC_CFLAGS = -Dinhibit_libc
17