1.1 --- a/gcc/gcc.spec Tue Aug 28 18:33:50 2012 +0200 1.2 +++ b/gcc/gcc.spec Tue Aug 28 18:33:40 2012 +0200 1.3 @@ -329,12 +329,15 @@ 1.4 # warn about exceptional build duration for profile feedback 1.5 ( echo "Building profile feedback on some hosts can take many days to complete!" 1.6 echo "Now continuing to build a profiled bootstrap with parallel make logic" 1.7 - echo "disabled according to profiling requirements..." 1.8 + echo "disabled according to profiling requirements as specified on page:" 1.9 + echo "" 1.10 + echo " http://gcc.gnu.org/install/build.html#TOC4" 1.11 ) | %{l_rpmtool} msg -b -t warn 1.12 1.13 # warn about profiled bootstrap requirement of 64-bit arithmetic 1.14 if [ ".$l_ccisgcc" != .yes ]; then 1.15 - ( echo "A preinstalled GCC was not detected although one is recommended for" 1.16 + ( echo "" 1.17 + echo "A preinstalled GCC was not detected although one is recommended for" 1.18 echo "building a profiled bootstrap. Buildtime or runtime errors can occur if" 1.19 echo "the compiler used to build profile feedback doesn't support 64-bit math." 1.20 echo ""