diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules.SunOS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/config/Make.rules.SunOS b/cpp/config/Make.rules.SunOS index ba26ecf6e7d..82bc335d3e7 100644 --- a/cpp/config/Make.rules.SunOS +++ b/cpp/config/Make.rules.SunOS @@ -58,6 +58,10 @@ ifeq ($(CXX),CC) mklib = $(CXX) -xar -o $(1) $(2) + + CXXLIBS = -lCrun -lCstd + + ifneq ($(embedded_runpath_prefix),) LDPLATFORMFLAGS = -norunpath -R $(runpath_libdir) -z text $(PLATFORMLIBDIRS) else |