diff options
| author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-26 20:40:31 +0000 |
|---|---|---|
| committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-26 20:40:31 +0000 |
| commit | 93c8f06d485be7dfd0936c1e2e0c9b289471290f (patch) | |
| tree | 7dd18f1185c376206036cacc83e6902060800b5d /gcc | |
| parent | 7b709c616e34b9d91b60460ca0c73e8d4259baff (diff) | |
| download | ppe42-gcc-93c8f06d485be7dfd0936c1e2e0c9b289471290f.tar.gz ppe42-gcc-93c8f06d485be7dfd0936c1e2e0c9b289471290f.zip | |
2004-06-26 Andrew Pinski <pinskia@physics.uc.edu>
PR 13334
* doc/install.texi: Document non-standard CFLAGS and bootstrap
failures and warnings.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83718 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21586cea537..b37f066fd5f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-06-26 Andrew Pinski <pinskia@physics.uc.edu> + + PR 13334 + * doc/install.texi: Document non-standard CFLAGS and bootstrap + failures and warnings. + 2004-06-26 Andrew Haley <aph@redhat.com> * emit-rtl.c (set_mem_attributes_minus_bitpos): Check diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 99d1fb14bf6..3badfa40719 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1477,6 +1477,12 @@ around this, by choosing @code{BOOT_CFLAGS} to avoid the parts of the stage1 compiler that were miscompiled, or by using @samp{make bootstrap4} to increase the number of stages of bootstrap. +Note that using non-standard @code{CFLAGS} can cause bootstrap to fail in +@file{libiberty}, if these trigger a warning with the new compiler. For +example using @samp{-O2 -g -mcpu=i686} on @code{i686-pc-linux-gnu} will +cause bootstrap failure as @code{-mcpu=} is deprecated in 3.4.0 and above. + + If you used the flag @option{--enable-languages=@dots{}} to restrict the compilers to be built, only those you've actually enabled will be built. This will of course only build those runtime libraries, for |

