diff options
author | Jakub Jelinek <jakub@redhat.com> | 2012-12-11 19:45:45 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2012-12-11 19:45:45 +0100 |
commit | 36a58fb342a3a9d651811e0aad7dac02582d1201 (patch) | |
tree | 76323c8d72c47b1d71d27b4329559144de19f4b0 /libbacktrace/ChangeLog | |
parent | e208b05b8b625569b3e74c93fea3c52f6c35c1aa (diff) | |
download | gcc-36a58fb342a3a9d651811e0aad7dac02582d1201.zip gcc-36a58fb342a3a9d651811e0aad7dac02582d1201.tar.gz gcc-36a58fb342a3a9d651811e0aad7dac02582d1201.tar.bz2 |
re PR bootstrap/54926 (Bootstrap comparison failure for various files in libbacktrace)
PR bootstrap/54926
* Makefile.am (AM_CFLAGS): Remove -frandom-seed=$@.
* configure.ac: If --with-target-subdir, add -frandom-seed=$@
to EXTRA_FLAGS unconditionally, otherwise check whether the compiler
accepts it.
* Makefile.in: Regenerated.
* configure: Regenerated.
From-SVN: r194412
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r-- | libbacktrace/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 3bd8487..b2adcb1 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,13 @@ +2012-12-11 Jakub Jelinek <jakub@redhat.com> + + PR bootstrap/54926 + * Makefile.am (AM_CFLAGS): Remove -frandom-seed=$@. + * configure.ac: If --with-target-subdir, add -frandom-seed=$@ + to EXTRA_FLAGS unconditionally, otherwise check whether the compiler + accepts it. + * Makefile.in: Regenerated. + * configure: Regenerated. + 2012-12-07 Jakub Jelinek <jakub@redhat.com> PR bootstrap/54926 |