X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Mainpage.dox;h=2fd5529deb153fe22e9550932616a11267e10ca1;hb=8a1b6c58c91e38ad2adfa5c8601ce9dd0764e0d3;hp=e535169ee15fcd80847505c252d3fdf57eeba6a0;hpb=c96297689340465d5f1cb4c677eccea8abdbfc42;p=senf.git diff --git a/Mainpage.dox b/Mainpage.dox index e535169..2fd5529 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -170,7 +170,7 @@ \c senfutil automatically parses SCons command line arguments into the SCons build environment. This allows specifying any parameter on the command line:
-    $ scons CXXCOM=mygcc CXXFLAGS+=-mtune=geode
+    $ scons CXX=myg++ CXXFLAGS+=-mtune=geode
     
You may either set variables unconditionally using '=' or append values to the end of a list using '+='.