gcc/gcc.spec

changeset 561
43c9880b7136
parent 473
323623610492
child 717
8a706aa66ee9
equal deleted inserted replaced
13:fb13cc3a800f 14:f7a684d2cab7
327 loc_makeflags="%{l_mflags}" 327 loc_makeflags="%{l_mflags}"
328 328
329 # warn about exceptional build duration for profile feedback 329 # warn about exceptional build duration for profile feedback
330 ( echo "Building profile feedback on some hosts can take many days to complete!" 330 ( echo "Building profile feedback on some hosts can take many days to complete!"
331 echo "Now continuing to build a profiled bootstrap with parallel make logic" 331 echo "Now continuing to build a profiled bootstrap with parallel make logic"
332 echo "disabled according to profiling requirements..." 332 echo "disabled according to profiling requirements as specified on page:"
333 echo ""
334 echo " http://gcc.gnu.org/install/build.html#TOC4"
333 ) | %{l_rpmtool} msg -b -t warn 335 ) | %{l_rpmtool} msg -b -t warn
334 336
335 # warn about profiled bootstrap requirement of 64-bit arithmetic 337 # warn about profiled bootstrap requirement of 64-bit arithmetic
336 if [ ".$l_ccisgcc" != .yes ]; then 338 if [ ".$l_ccisgcc" != .yes ]; then
337 ( echo "A preinstalled GCC was not detected although one is recommended for" 339 ( echo ""
340 echo "A preinstalled GCC was not detected although one is recommended for"
338 echo "building a profiled bootstrap. Buildtime or runtime errors can occur if" 341 echo "building a profiled bootstrap. Buildtime or runtime errors can occur if"
339 echo "the compiler used to build profile feedback doesn't support 64-bit math." 342 echo "the compiler used to build profile feedback doesn't support 64-bit math."
340 echo "" 343 echo ""
341 echo "If in doubt, stop now and start the build again with profiling disabled." 344 echo "If in doubt, stop now and start the build again with profiling disabled."
342 ) | %{l_rpmtool} msg -b -t warn 345 ) | %{l_rpmtool} msg -b -t warn

mercurial