diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-17 16:17:17 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-17 16:17:17 +0000 |
commit | 8eeaa5acd4188a790f8f1263cdbcd6bb2eeb508d (patch) | |
tree | a5bdf9c1206abe950df1fa01f27b9dc793f018d1 /include | |
parent | be2edb7ac5185779129d5b63fe4a9a341894ee90 (diff) | |
download | ATCD-8eeaa5acd4188a790f8f1263cdbcd6bb2eeb508d.tar.gz |
ChangeLogTag:Sun Oct 17 11:00:46 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_sunos5_sunc++.GNU | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU index 42947bfcfdb..fc3ac030747 100644 --- a/include/makeinclude/platform_sunos5_sunc++.GNU +++ b/include/makeinclude/platform_sunos5_sunc++.GNU @@ -141,6 +141,13 @@ endif LIBS += -lsocket -ldl -lnsl -lgen -lposix4 endif # orbix +ifeq (Compilers 5,$(findstring Compilers 5,$(CC_VERSION))) + ifeq ($(compat4),1) + COMPAT_LIBDIR=/opt/SUNWspro/lib/CC4 + LIBS += -L$(COMPAT_LIBDIR) -lC + endif +endif + LDFLAGS += -xildoff OCFLAGS += -O |