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:
Adam Fedor 1998-02-04 15:50:57 +00:00
parent 9089006f39
commit 583094298c
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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,