mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
63d143a25d
Changes are tracked in ChangeLog.tile. Also add data/c++-types-tile-linux-gnu.data.
19 lines
510 B
Makefile
19 lines
510 B
Makefile
# We don't support long doubles as a distinct type. We don't need to set
|
|
# this variable; it's here mostly for documentational purposes.
|
|
|
|
long-double-fcts = no
|
|
|
|
ifeq ($(subdir),gmon)
|
|
sysdep_routines += _mcount
|
|
endif
|
|
|
|
ifeq ($(subdir),elf)
|
|
# Extra shared linker files to link only into dl-allobjs.so.
|
|
sysdep-rtld-routines += dl-start __tls_get_addr
|
|
endif
|
|
|
|
ifeq ($(subdir),csu)
|
|
# Avoid .cfi_startproc/endproc markers when creating init and fini pieces.
|
|
CFLAGS-initfini.s += -fno-asynchronous-unwind-tables
|
|
endif
|