# HG changeset patch # User Michael Schloh von Bennewitz # Date 1346171620 -7200 # Node ID 43c9880b713654f857c8027b3a5c94be2cebadd5 # Parent 680d05ed5db836326f711a3cb6557163eb58893f Improve wording of warnings when building the optional profiled bootstrap. diff -r 680d05ed5db8 -r 43c9880b7136 gcc/gcc.spec --- a/gcc/gcc.spec Tue Aug 28 18:33:50 2012 +0200 +++ b/gcc/gcc.spec Tue Aug 28 18:33:40 2012 +0200 @@ -329,12 +329,15 @@ # warn about exceptional build duration for profile feedback ( echo "Building profile feedback on some hosts can take many days to complete!" echo "Now continuing to build a profiled bootstrap with parallel make logic" - echo "disabled according to profiling requirements..." + echo "disabled according to profiling requirements as specified on page:" + echo "" + echo " http://gcc.gnu.org/install/build.html#TOC4" ) | %{l_rpmtool} msg -b -t warn # warn about profiled bootstrap requirement of 64-bit arithmetic if [ ".$l_ccisgcc" != .yes ]; then - ( echo "A preinstalled GCC was not detected although one is recommended for" + ( echo "" + echo "A preinstalled GCC was not detected although one is recommended for" echo "building a profiled bootstrap. Buildtime or runtime errors can occur if" echo "the compiler used to build profile feedback doesn't support 64-bit math." echo ""