Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for...
[oota-llvm.git] / Makefile.config.in
index 73d2d871f4fb09e26425c7c12ca9b734d91e9d6d..5c737580632ea5c0456c8ddbba3ce7f2fa0b606b 100644 (file)
@@ -279,6 +279,9 @@ ENABLE_PIC := @ENABLE_PIC@
 # Do we want to build a shared library and link the tools with it?
 ENABLE_SHARED := @ENABLE_SHARED@
 
+# Do we want to link the stdc++ into a shared library? (Cygming)
+ENABLE_EMBED_STDCXX := @ENABLE_EMBED_STDCXX@
+
 # Use -fvisibility-inlines-hidden?
 ENABLE_VISIBILITY_INLINES_HIDDEN := @ENABLE_VISIBILITY_INLINES_HIDDEN@