blob: 1cd27d44ca887c19b3cb2dcd7994a30971804a7b (
plain) (
blame)
1
2
3
4
5
6
7
|
ifeq ($(subdir), linuxthreads)
object-suffixes-left := $(libpthread-nonshared)
define o-iterator-doit
$(objpfx)$o.os: pic-ccflag = -fPIC
endef
include $(o-iterator)
endif
|