mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
Include thread library
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@4581 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
22db7248ed
commit
e0be0bb20d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
1999-07-14 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* target.make: Patch for threads on Solaris by bgg@itga.com.au
|
||||
|
||||
1999-07-05 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.in: Fix prefix check.
|
||||
|
|
|
@ -46,7 +46,7 @@ ifeq ($(GNUSTEP_TARGET_OS),linux-gnu)
|
|||
endif
|
||||
ifeq ($(findstring solaris, $(GNUSTEP_TARGET_OS)), solaris)
|
||||
ifeq ("$(objc_threaded)","")
|
||||
TARGET_SYSTEM_LIBS := $(CONFIG_SYSTEM_LIBS) -lsocket -lnsl -ldl -lm
|
||||
TARGET_SYSTEM_LIBS := $(CONFIG_SYSTEM_LIBS) -lsocket -lnsl -ldl -lm -lposix4
|
||||
else
|
||||
INTERNAL_CFLAGS = -D_REENTRANT
|
||||
INTERNAL_OBJCFLAGS = -D_REENTRANT
|
||||
|
|
Loading…
Reference in a new issue