summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
authortono <tono@openoffice.org>2011-01-06 21:56:21 +0900
committertono <tono@openoffice.org>2011-01-06 21:56:21 +0900
commit2f324e58ca1102a272f9c375b87910bb2e8fe6a3 (patch)
treec04d5027c5f859ebb235e3534bb75b298667f278 /nss
parentcb87f3db2a9b48489cef9f3dc51df02f70061e4a (diff)
mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name
Diffstat (limited to 'nss')
-rw-r--r--nss/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/makefile.mk b/nss/makefile.mk
index 34e278c4d84c..c2f0bf5984ca 100644
--- a/nss/makefile.mk
+++ b/nss/makefile.mk
@@ -113,7 +113,7 @@ nss_CXX+=-shared-libgcc
nss_LIBS=
.IF "$(MINGW_SHARED_GXXLIB)"=="YES"
-nss_LIBS+=-lstdc++_s
+nss_LIBS+=$(MINGW_SHARED_LIBSTDCPP)
.ENDIF