mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 01:40:07 +00:00
5 lines
130 B
Makefile
5 lines
130 B
Makefile
|
ifeq ($(subdir),linuxthreads)
|
||
|
# On x86-64 we must avoid generating the unwind-info
|
||
|
CFLAGS-pt-initfini.s += -mno-unwind-info
|
||
|
endif
|