Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rd65f92c ra8d4b59  
    663663ac_ct_DUMPBIN
    664664DUMPBIN
     665LD
    665666FGREP
    666667EGREP
     
    700701LDFLAGS
    701702CXXFLAGS
     703CXX
    702704CFA_FLAGS
    703705LIBCFA_TARGET_MAKEFILES
     
    721723CFA_INCDIR
    722724CFA_PREFIX
    723 HAS_DISTCC
    724 LD
    725 CXX
    726 ENABLE_DISTCC_FALSE
    727 ENABLE_DISTCC_TRUE
    728725DOendif
    729726DOifskipcompile
     
    800797enable_silent_rules
    801798with_cfa_name
    802 enable_distcc
    803799with_target_hosts
    804800enable_gprofiler
     
    14631459  --enable-silent-rules   less verbose build output (undo: "make V=1")
    14641460  --disable-silent-rules  verbose build output (undo: "make V=0")
    1465   --enable-distcc     whether or not to enable distributed compilation
    14661461  --enable-gprofiler     whether or not to enable gprofiler tools (if available)
    14671462  --enable-demangler     whether or not to build the demangler (executable and library)
     
    31853180
    31863181DOendif='endif'
    3187 
    3188 
    3189 
    3190 #==============================================================================
    3191 # distcc support
    3192 
    3193 # Check whether --enable-distcc was given.
    3194 if test "${enable_distcc+set}" = set; then :
    3195   enableval=$enable_distcc; enable_distcc=$enableval
    3196 else
    3197   enable_distcc=no
    3198 fi
    3199 
    3200 
    3201  if test x$enable_distcc = xyes; then
    3202   ENABLE_DISTCC_TRUE=
    3203   ENABLE_DISTCC_FALSE='#'
    3204 else
    3205   ENABLE_DISTCC_TRUE='#'
    3206   ENABLE_DISTCC_FALSE=
    3207 fi
    3208 
    3209 HAS_DISTCC="False"
    3210 
    3211 if test x$enable_distcc = xyes; then
    3212         CXX="distcc ${CXX}"
    3213         LD="distcc ${LD} -lstdc++"
    3214         HAS_DISTCC="True"
    3215         echo "Enabling distributed builds"
    3216 fi
    3217 
    3218 
    32193182
    32203183
     
    1705417017fi
    1705517018
    17056 if test -z "${ENABLE_DISTCC_TRUE}" && test -z "${ENABLE_DISTCC_FALSE}"; then
    17057   as_fn_error $? "conditional \"ENABLE_DISTCC\" was never defined.
    17058 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    17059 fi
    1706017019if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    1706117020  as_fn_error $? "conditional \"AMDEP\" was never defined.
Note: See TracChangeset for help on using the changeset viewer.