r196618 - in /branches/google/gcc-4_7: Makefile...

jingyu@gcc.gnu.org jingyu@gcc.gnu.org
Tue Mar 12 18:05:00 GMT 2013


Author: jingyu
Date: Tue Mar 12 18:05:08 2013
New Revision: 196618

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196618
Log:
Fix the nightly build of gcc-4.7 based ppc32 crosstool and ppc64 crosstool. 

What happened was that libmudflap configure looks for a preprocessor by trying $CXX -E and then backing off to /lib/cpp.  $CXX -E is failing with "unrecognized command line option ‘-funconfigured-libstdc++’", and the /lib/cpp backstop then fails also. The -funconfigured-libstdc++ is because configure can't find libstdc++/scripts/testsuite_flags. This is a so-far undiagnosed race in gcc make, masked where /lib/cpp is available.   And that's absent
because in this build, for whatever reason, libstdc++ loses a race
with libmudflap.

2013-03-12  Jing Yu  <jingyu@google.com>

	* Makefile.def (configure-target-libmudflap): add dependence on
	configure-target-libstdc++-v3.
	* Makefile.in: regenerate.


Modified:
    branches/google/gcc-4_7/Makefile.def
    branches/google/gcc-4_7/Makefile.in



More information about the Gcc-cvs mailing list