зеркало из https://github.com/microsoft/git.git
make: Remove -pthread on Darwin (it is included by cstdlib).
As discussed in http://lists.apple.com/archives/Unix-porting/2005/Mar/msg00019.html the Mac OS X C standard library is always thread safe and always includes the pthread library. So explicitly using -pthread causes an 'unrecognized option' compiler warning. This patch clears PTHREAD_LIBS if Darwin is detected. Signed-off-by: Ted Pavlic <ted@tedpavlic.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
dfb047b9e4
Коммит
f7d9d04e3b
1
Makefile
1
Makefile
|
@ -817,6 +817,7 @@ ifeq ($(uname_S),Darwin)
|
|||
BASIC_LDFLAGS += -L/opt/local/lib
|
||||
endif
|
||||
endif
|
||||
PTHREAD_LIBS =
|
||||
endif
|
||||
|
||||
ifndef CC_LD_DYNPATH
|
||||
|
|
Загрузка…
Ссылка в новой задаче