summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-23 23:00:10 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-23 23:00:10 +0000
commit85489d347c8018993babcc23998809dfe138002c (patch)
treee50abf98625b65b1a4423b6acde4da0be2dbd819
parentfaff1a8a2c9b5b8aa3d8e9b65a2e039a462065c4 (diff)
downloadATCD-85489d347c8018993babcc23998809dfe138002c.tar.gz
it's not necessary to specify the libraries if gcx is used as the driver
-rw-r--r--include/makeinclude/platform_sunos5_ghs.GNU4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/makeinclude/platform_sunos5_ghs.GNU b/include/makeinclude/platform_sunos5_ghs.GNU
index 2123be03e8b..7467c50459a 100644
--- a/include/makeinclude/platform_sunos5_ghs.GNU
+++ b/include/makeinclude/platform_sunos5_ghs.GNU
@@ -18,7 +18,7 @@ DCFLAGS += -g
DLD = $(CXX)
LD = $(CXX)
LDFLAGS = --no_auto_instantiation
-LIBS += -lsocket -ldl -lgen -lnsl -lposix4 -lthread -lw -lcx
+LIBS += -lsocket -ldl -lgen -lnsl -lposix4 -lthread -lw
OCFLAGS += -OL -OM
PIC = -PIC
RANLIB = @true
@@ -29,8 +29,6 @@ SOFLAGS = -shared
ifdef exceptions
CCFLAGS += --exceptions
- LIBS += -ledge
else # ! exceptions
CCFLAGS += --no_exceptions
- LIBS += -ledgnoe
endif # ! exceptions