diff options
author | Martin Liska <mliska@suse.cz> | 2022-02-01 16:35:47 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-02-01 17:14:01 +0100 |
commit | 3ad29854f0b2b1f468ea87e8cbd2a5c5a72ba5fe (patch) | |
tree | e8f2a22337c464411219c0f1c01601edcccf0353 | |
parent | e9bf6d6b0e1d67df6dcee042fbe37ab72c3a38d7 (diff) | |
download | gcc-3ad29854f0b2b1f468ea87e8cbd2a5c5a72ba5fe.zip gcc-3ad29854f0b2b1f468ea87e8cbd2a5c5a72ba5fe.tar.gz gcc-3ad29854f0b2b1f468ea87e8cbd2a5c5a72ba5fe.tar.bz2 |
docs: remove --disable-stage1-checking from requirements
As the minimal GCC version that can build the current master
is 4.8, it does not make sense mentioning something for older
versions.
gcc/ChangeLog:
* doc/install.texi: Remove option for GCC < 4.8.
-rw-r--r-- | gcc/doc/install.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 96b4dfc..f4e7dc4 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -239,11 +239,6 @@ To build all languages in a cross-compiler or other configuration where GCC binary (version 4.8 or later) because source code for language frontends other than C might use GCC extensions. -Note that to bootstrap GCC with versions of GCC earlier than 4.8, you -may need to use @option{--disable-stage1-checking}, though -bootstrapping the compiler with such earlier compilers is strongly -discouraged. - @item C standard library and headers In order to build GCC, the C standard library and headers must be present |