8 lines
227 B
Plaintext
8 lines
227 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
|
||
|
LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h
|