diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-23 23:00:10 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-23 23:00:10 +0000 |
commit | e47e4b37fc1737b3efd7ae87bb46c4b4ffb4b691 (patch) | |
tree | e50abf98625b65b1a4423b6acde4da0be2dbd819 /include | |
parent | 8b40d36a73b5ae509e1326066fb9125c38f9cff9 (diff) | |
download | ATCD-e47e4b37fc1737b3efd7ae87bb46c4b4ffb4b691.tar.gz |
it's not necessary to specify the libraries if gcx is used as the driver
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_sunos5_ghs.GNU | 4 |
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 |