diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2007-01-11 10:49:30 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2007-01-11 10:49:30 +0000 |
commit | 8b1f719ae7116ff128a298121b5bdeb29d69a793 (patch) | |
tree | 19a33fe8fadb0d2abd82c987bd589f8c658de03c /gcc/doc | |
parent | 6e3a343d888bce3a2e92ce86ff8c09a3d77d909f (diff) | |
download | gcc-8b1f719ae7116ff128a298121b5bdeb29d69a793.zip gcc-8b1f719ae7116ff128a298121b5bdeb29d69a793.tar.gz gcc-8b1f719ae7116ff128a298121b5bdeb29d69a793.tar.bz2 |
configure.ac (strict1_warn): Rename to strict_warn.
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
* configure.ac (strict1_warn): Rename to strict_warn.
(WERROR, --enable-werror, symlink hacks, stage1_cflags,
cc_set_by_configure, quoted_cc_set_by_configure,
stage_prefix_set_by_configure, quoted_stage_prefix_set_by_configure,
all_boot_languages, all_stagestuff): Remove.
(target_list): Remove bootstrap targets.
* Makefile.in (quickstrap): Unconditionally make a synonym of all.
(BOOT_LANGUAGES, STAGE1_CFLAGS, STAGE1_CHECKING,
REMAKEFLAGS, FLAGS_TO_PASS, PREPEND_DOTDOT_TO_RELATIVE_PATHS,
SUBDIR_FLAGS_TO_PASS, WERROR_FLAGS, STRICT2_WARN, LANG_STAGESTUFF,
VOL_FILES, POSTSTAGE1_FLAGS_TO_PASS, STAGE2_FLAGS_TO_PASS,
STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS, stage1_build,
stage1_copy, stage2_build, stage2_copy, stageprofile_build,
stageprofile_copy, stage3_build, stage3_copy, stagefeedback_build,
stagefeedback_copy, stage4_build, clean_s1, clean_sw, bootstrap,
bootstrap-lean, bootstrap2, bootstrap2-lean, bootstrap3,
bootstrap3-lean, bootstrap4, bootstrap4-lean, unstage1, unstage2,
unstage3, unstage4, unstageprofile, unstagefeedback, restage, restage2,
restage3, restage4, restageprofile, restagefeedback, bubbleestrap,
cleanstrap, unstrap, restrap, *compare, *compare3, *compare4,
*compare-lean, *compare3-lean, *compare4-lean, stage1-start, stage1,
stage2-start, stage2, stage3-start, stage3, stage4-start, stage4,
stageprofile-start, stageprofile, stagefeedback-start, stagefeedback,
risky-stage1, risky-stage2, risky-stage3, risky-stage4): Remove.
(ORDINARY_FLAGS_TO_PASS): Rename to FLAGS_TO_PASS.
(STAGECOPYSTUFF, STAGEMOVESTUFF): Consolidate into MOSTLYCLEANFILES.
(mostlyclean): Adjust.
(clean, distclean): Don't mention bootstrap stuff.
* configure: Regenerate.
* ada/config-lang.in, cp/config-lang.in, forttran/config-lang.in,
java/config-lang.in, objc/config-lang.in, objcp/config-lang.in,
treelang/config-lang.in (stagestuff): Remove.
* doc/sourcebuild.texi (stage1, stage2, stage3, stage4,
stageprofile, stagefeedback, stagestuff): Remove mention.
From-SVN: r120670
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index a2661fe..98637a8 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -640,14 +640,6 @@ Users, standards, GNU Coding Standards}, for details of the standard targets. For GCC, @code{maintainer-clean} should delete all generated files in the source directory that are not checked into CVS, but should not delete anything checked into CVS@. -@item stage1 -@itemx stage2 -@itemx stage3 -@itemx stage4 -@itemx stageprofile -@itemx stagefeedback -Move to the stage directory files not included in @code{stagestuff} in -@file{config-lang.in} or otherwise moved by the main @file{Makefile}. @end table @item lang.opt @@ -707,9 +699,6 @@ languages. If defined, a space-separated list of compiler executables that will be run by the driver. The names here will each end with @samp{\$(exeext)}. -@item stagestuff -If defined, a space-separated list of files that should be moved to -the @file{stage@var{n}} directories in each stage of bootstrap. @item outputs If defined, a space-separated list of files that should be generated by @file{configure} substituting values in them. This mechanism can |