diff options
Diffstat (limited to 'cpp/config/Make.rules.SunOS')
-rw-r--r-- | cpp/config/Make.rules.SunOS | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/config/Make.rules.SunOS b/cpp/config/Make.rules.SunOS index cfe7700ade5..00026fb6aaf 100644 --- a/cpp/config/Make.rules.SunOS +++ b/cpp/config/Make.rules.SunOS @@ -101,16 +101,6 @@ ifeq ($(CXX),CC) # CXXLIBS = -lCstd -lCrun - # - # For some tests, we need to link with Cstd statically. See - # http://forum.java.sun.com/thread.jspa?threadID=5277939 - # - ifeq ($(MACHINE_TYPE),i86pc) - ifneq ($(LP64),yes) - STATICLIBSTDFLAG = -staticlib=Cstd - endif - endif - mkshlib = $(CXX) -G $(LDFLAGS) -o $(1) -h $(2) $(3) $(4) mklib = $(CXX) -xar -o $(1) $(2) |