8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
# We are building for the Linux C library 5.
|
|
T_CFLAGS = -DUSE_GNULIBC_1
|
|
|
|
# Use unwind-dw2-fde
|
|
LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde.c \
|
|
$(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
|
|
LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h
|