Working libraries on sys4.2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@3074 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-10-16 10:58:38 +00:00
parent 4eb604c7d7
commit a011924787

View file

@ -53,6 +53,9 @@ endif
ifeq ($(findstring hpux, $(GNUSTEP_TARGET_OS)), hpux)
TARGET_SYSTEM_LIBS := $(CONFIG_SYSTEM_LIBS) -lm
endif
ifeq ($(findstring sysv4.2, $(GNUSTEP_TARGET_OS)), sysv4.2)
TARGET_SYSTEM_LIBS := $(CONFIG_SYSTEM_LIBS) -lsocket -lnsl -ldl -lm
endif
#
# Specific settings for building shared libraries, static libraries,