2012-11-09 17:53:51 +00:00
|
|
|
long-double-fcts = yes
|
|
|
|
|
2013-07-05 17:12:46 +01:00
|
|
|
ifeq ($(subdir),debug)
|
|
|
|
CFLAGS-backtrace.c += -funwind-tables
|
|
|
|
endif
|
|
|
|
|
2012-11-09 17:53:51 +00:00
|
|
|
ifeq ($(subdir),elf)
|
|
|
|
sysdep-dl-routines += tlsdesc dl-tlsdesc
|
|
|
|
gen-as-const-headers += dl-link.sym
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(subdir),csu)
|
|
|
|
gen-as-const-headers += tlsdesc.sym
|
|
|
|
endif
|