Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r158b026 ra8d4b59  
    663663ac_ct_DUMPBIN
    664664DUMPBIN
     665LD
    665666FGREP
    666667EGREP
     
    700701LDFLAGS
    701702CXXFLAGS
     703CXX
    702704CFA_FLAGS
    703705LIBCFA_TARGET_MAKEFILES
     
    715717BUILD_IN_TREE_FLAGS
    716718CFACPP
    717 CFACC_INSTALL
    718719CFACC
    719720DRIVER_DIR
     
    722723CFA_INCDIR
    723724CFA_PREFIX
    724 HAS_DISTCC
    725 LD
    726 CXX
    727 ENABLE_DISTCC_FALSE
    728 ENABLE_DISTCC_TRUE
    729725DOendif
    730726DOifskipcompile
     
    801797enable_silent_rules
    802798with_cfa_name
    803 enable_distcc
    804799with_target_hosts
    805800enable_gprofiler
     
    14641459  --enable-silent-rules   less verbose build output (undo: "make V=1")
    14651460  --disable-silent-rules  verbose build output (undo: "make V=0")
    1466   --enable-distcc     whether or not to enable distributed compilation
    14671461  --enable-gprofiler     whether or not to enable gprofiler tools (if available)
    14681462  --enable-demangler     whether or not to build the demangler (executable and library)
     
    31903184
    31913185#==============================================================================
    3192 # distcc support
    3193 
    3194 # Check whether --enable-distcc was given.
    3195 if test "${enable_distcc+set}" = set; then :
    3196   enableval=$enable_distcc; enable_distcc=$enableval
    3197 else
    3198   enable_distcc=no
    3199 fi
    3200 
    3201 
    3202  if test x$enable_distcc = xyes; then
    3203   ENABLE_DISTCC_TRUE=
    3204   ENABLE_DISTCC_FALSE='#'
    3205 else
    3206   ENABLE_DISTCC_TRUE='#'
    3207   ENABLE_DISTCC_FALSE=
    3208 fi
    3209 
    3210 HAS_DISTCC="False"
    3211 
    3212 if test x$enable_distcc = xyes; then
    3213         CXX="distcc ${CXX}"
    3214         LD="distcc ${LD} -lstdc++"
    3215         HAS_DISTCC="True"
    3216         echo "Enabling distributed builds"
    3217 fi
    3218 
    3219 
    3220 
    3221 
    3222 
    3223 #==============================================================================
    32243186# Installation paths
    32253187
     
    33043266DRIVER_DIR=${TOP_BUILDDIR}driver/
    33053267CFACC=${DRIVER_DIR}cfa
    3306 CFACC_INSTALL=${CFA_BINDIR}${CFA_NAME}
    33073268CFACPP=${DRIVER_DIR}cfa-cpp
    3308 
    33093269
    33103270
     
    1705717017fi
    1705817018
    17059 if test -z "${ENABLE_DISTCC_TRUE}" && test -z "${ENABLE_DISTCC_FALSE}"; then
    17060   as_fn_error $? "conditional \"ENABLE_DISTCC\" was never defined.
    17061 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    17062 fi
    1706317019if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    1706417020  as_fn_error $? "conditional \"AMDEP\" was never defined.
Note: See TracChangeset for help on using the changeset viewer.