diff options
Diffstat (limited to 'libc/signal')
-rw-r--r-- | libc/signal/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/signal/Makefile.in b/libc/signal/Makefile.in index a7e307871..ed8598b07 100644 --- a/libc/signal/Makefile.in +++ b/libc/signal/Makefile.in @@ -24,6 +24,8 @@ ifneq ($(strip $(ARCH_OBJS)),) CSRC-y := $(filter-out $(notdir $(ARCH_OBJS:.o=.c)),$(CSRC-y)) endif +CFLAGS-raise.c = -fasynchronous-unwind-tables + SIGNAL_DIR := $(top_srcdir)libc/signal SIGNAL_OUT := $(top_builddir)libc/signal |