This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/54926] [4.8 Regression] Bootstrap comparison failure for various files in libbacktrace


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54926

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-12-11 18:45:52 UTC ---
Author: jakub
Date: Tue Dec 11 18:45:45 2012
New Revision: 194412

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194412
Log:
    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.

Modified:
    trunk/libbacktrace/ChangeLog
    trunk/libbacktrace/Makefile.am
    trunk/libbacktrace/Makefile.in
    trunk/libbacktrace/configure
    trunk/libbacktrace/configure.ac


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]