mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
33ca998a4f
* sysdeps/unix/sysv/linux/arm/nptl/Makefile: New file.
10 lines
331 B
Makefile
10 lines
331 B
Makefile
# Set this flag here so that arm/nptl/Makefile will see it.
|
|
arm-using-eabi = yes
|
|
|
|
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
|