diff --git a/source-builder/sb/options.py b/source-builder/sb/options.py index 7769c53..deff2ce 100644 --- a/source-builder/sb/options.py +++ b/source-builder/sb/options.py @@ -191,6 +191,8 @@ class command_line: print '--warn-all : Generate warnings' print '--no-clean : Do not clean up the build tree' print '--always-clean : Always clean the build tree, even with an error' + print '--keep-going : Do not stop on an error.' + print '--regression : Set --no-install, --keep-going and --always-clean' print '--jobs : Run with specified number of jobs, default: num CPUs.' print '--host : Set the host triplet' print '--build : Set the build triplet' @@ -211,7 +213,6 @@ class command_line: print '--libstdcxxflags flags : List of C++ flags to build the target libstdc++ code' print '--with-