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