Test commit: clean up C++11 options in lldb (on Linux) build page
authorDaniel Malea <daniel.malea@intel.com>
Sat, 10 Nov 2012 18:09:36 +0000 (18:09 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Sat, 10 Nov 2012 18:09:36 +0000 (18:09 +0000)
llvm-svn: 167677

lldb/www/build.html

index aaba083..d1d0894 100755 (executable)
                 <code>&gt; cd $llvm/..\r
                   <br>&gt; mkdir build\r
                   <br>&gt; cd build\r
-                  <br>&gt; $llvm/configure --enable-libcpp\r
-                  <br>&gt; make CXXFLAGS=-std=c++11</code>\r
+                  <br>&gt; $llvm/configure --enable-cxx11 --enable-libcpp\r
+                  <br>&gt; make </code>\r
                 <p>Note that once both LLVM and Clang have been configured and built it is not\r
                 necessary to perform a top-level <tt>make</tt> to rebuild changes made only to LLDB.\r
                 You can run <tt>make</tt> from the <tt>build/tools/lldb</tt> subdirectory as well. If your\r