mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 02:50: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
|