mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Add TARGET_SYSTEM_LIBS for irix OS.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2725 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9089006f39
commit
583094298c
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Feb 4 09:01:16 1998 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* target.make: Add TARGET_SYSTEM_LIBS for irix OS.
|
||||
|
||||
Tue Feb 3 22:47:38 1998 Ovidiu Predescu <ovidiu@net-community.com>
|
||||
|
||||
* brain.make: Include libFoundation.make which is now installed by
|
||||
|
|
|
@ -41,6 +41,9 @@ endif
|
|||
ifeq ($(findstring solaris, $(GNUSTEP_TARGET_OS)), solaris)
|
||||
TARGET_SYSTEM_LIBS := $(CONFIG_SYSTEM_LIBS) -lsocket -lnsl -ldl -lm
|
||||
endif
|
||||
ifeq ($(findstring irix, $(GNUSTEP_TARGET_OS)), irix)
|
||||
TARGET_SYSTEM_LIBS := $(CONFIG_SYSTEM_LIBS) -lm
|
||||
endif
|
||||
|
||||
#
|
||||
# Specific settings for building shared libraries, static libraries,
|
||||
|
|
Loading…
Reference in a new issue