X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.config.in;h=5c737580632ea5c0456c8ddbba3ce7f2fa0b606b;hb=b34d837397053da8e9bff90dd714e24f2a3b98b3;hp=73d2d871f4fb09e26425c7c12ca9b734d91e9d6d;hpb=031d30781acaecb58f64a7b480818a219594e99f;p=oota-llvm.git diff --git a/Makefile.config.in b/Makefile.config.in index 73d2d871f4f..5c737580632 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -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@