mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 14:50:17 +00:00
7 lines
249 B
Makefile
7 lines
249 B
Makefile
|
ifeq ($(subdir),csu)
|
||
|
# In order for unwinding to fail when it falls out of main, we need a
|
||
|
# cantunwind marker. There's one in start.S. To make sure we reach it, add
|
||
|
# unwind tables for __libc_start_main.
|
||
|
CFLAGS-libc-start.c += -fexceptions
|
||
|
endif
|