# HG changeset patch # User Michael Schloh von Bennewitz # Date 1349375561 -7200 # Node ID 8a706aa66ee94d1efc5f4fd7f223666daaf8f90d # Parent b45328b0ff26ecc784e7659068c1343ac2b03327 Linux fails on stage 2 comparison so correct by disabling it as well. diff -r b45328b0ff26 -r 8a706aa66ee9 gcc/gcc.spec --- a/gcc/gcc.spec Thu Oct 04 20:31:26 2012 +0200 +++ b/gcc/gcc.spec Thu Oct 04 20:32:41 2012 +0200 @@ -217,13 +217,8 @@ # disable GNU iconv use ( echo "am_cv_func_iconv=no" echo "am_cv_lib_iconv=no" + echo "gcc_cv_prog_cmp_skip=true" ) >config.cache - # platforms failing 'compare' make target (see prep as well) - case "%{l_platform -t}" in - *i?86-sunos* ) echo "gcc_cv_prog_cmp_skip=true" >>config.cache ;; - *amd64-sunos* ) echo "gcc_cv_prog_cmp_skip=true" >>config.cache ;; - *amd64-linux* ) echo "gcc_cv_prog_cmp_skip=true" >>config.cache ;; - esac # configure the package LD="$LD" \ @@ -329,15 +324,12 @@ # 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 as specified on page:" - echo "" - echo " http://gcc.gnu.org/install/build.html#TOC4" + echo "disabled according to profiling requirements..." ) | %{l_rpmtool} msg -b -t warn # warn about profiled bootstrap requirement of 64-bit arithmetic if [ ".$l_ccisgcc" != .yes ]; then - ( echo "" - echo "A preinstalled GCC was not detected although one is recommended for" + ( 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 ""