glibc/sysdeps/unix/sysv/linux/arm/eabi/Makefile
Daniel Jacobowitz 33ca998a4f * sysdeps/unix/sysv/linux/arm/eabi/Makefile (arm-using-eabi): Set.
* sysdeps/unix/sysv/linux/arm/nptl/Makefile: New file.
2006-03-02 15:19:51 +00:00

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