mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 19:00:09 +00:00
8 lines
171 B
Makefile
8 lines
171 B
Makefile
ifeq ($(subdir), linuxthreads)
|
|
object-suffixes-left := $(libpthread-nonshared)
|
|
define o-iterator-doit
|
|
$(objpfx)$o.os: pic-ccflag = -fPIC
|
|
endef
|
|
include $(o-iterator)
|
|
endif
|