52a47d2856
2019-06-25 Andrew Stubbs <ams@codesourcery.com> libgcc/ * config/gcn/t-amdgcn (LIB2ADD): Add unwind-gcn.c. * config/gcn/unwind-gcn.c: New file. From-SVN: r272648
18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
LIB2ADD += $(srcdir)/config/gcn/lib2-divmod.c \
|
|
$(srcdir)/config/gcn/lib2-divmod-hi.c \
|
|
$(srcdir)/config/gcn/unwind-gcn.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
|