Home | History | Annotate | Line # | Download | only in config
t-freebsd revision 1.1
      1  1.1  mrg # Compile crtbeginS.o and crtendS.o with pic.
      2  1.1  mrg CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -fPIC
      3  1.1  mrg 
      4  1.1  mrg # Compile libgcc.a with pic.
      5  1.1  mrg TARGET_LIBGCC2_CFLAGS += -fPIC
      6  1.1  mrg 
      7  1.1  mrg # Use unwind-dw2-fde-glibc
      8  1.1  mrg LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-glibc.c \
      9  1.1  mrg   $(srcdir)/unwind-sjlj.c $(srcdir)/gthr-gnat.c $(srcdir)/unwind-c.c
     10  1.1  mrg LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c
     11