Changes in configure [158b026:a8d4b59]
Legend:
- Unmodified
- Added
- Removed
-
configure
r158b026 ra8d4b59 663 663 ac_ct_DUMPBIN 664 664 DUMPBIN 665 LD 665 666 FGREP 666 667 EGREP … … 700 701 LDFLAGS 701 702 CXXFLAGS 703 CXX 702 704 CFA_FLAGS 703 705 LIBCFA_TARGET_MAKEFILES … … 715 717 BUILD_IN_TREE_FLAGS 716 718 CFACPP 717 CFACC_INSTALL718 719 CFACC 719 720 DRIVER_DIR … … 722 723 CFA_INCDIR 723 724 CFA_PREFIX 724 HAS_DISTCC725 LD726 CXX727 ENABLE_DISTCC_FALSE728 ENABLE_DISTCC_TRUE729 725 DOendif 730 726 DOifskipcompile … … 801 797 enable_silent_rules 802 798 with_cfa_name 803 enable_distcc804 799 with_target_hosts 805 800 enable_gprofiler … … 1464 1459 --enable-silent-rules less verbose build output (undo: "make V=1") 1465 1460 --disable-silent-rules verbose build output (undo: "make V=0") 1466 --enable-distcc whether or not to enable distributed compilation1467 1461 --enable-gprofiler whether or not to enable gprofiler tools (if available) 1468 1462 --enable-demangler whether or not to build the demangler (executable and library) … … 3190 3184 3191 3185 #============================================================================== 3192 # distcc support3193 3194 # Check whether --enable-distcc was given.3195 if test "${enable_distcc+set}" = set; then :3196 enableval=$enable_distcc; enable_distcc=$enableval3197 else3198 enable_distcc=no3199 fi3200 3201 3202 if test x$enable_distcc = xyes; then3203 ENABLE_DISTCC_TRUE=3204 ENABLE_DISTCC_FALSE='#'3205 else3206 ENABLE_DISTCC_TRUE='#'3207 ENABLE_DISTCC_FALSE=3208 fi3209 3210 HAS_DISTCC="False"3211 3212 if test x$enable_distcc = xyes; then3213 CXX="distcc ${CXX}"3214 LD="distcc ${LD} -lstdc++"3215 HAS_DISTCC="True"3216 echo "Enabling distributed builds"3217 fi3218 3219 3220 3221 3222 3223 #==============================================================================3224 3186 # Installation paths 3225 3187 … … 3304 3266 DRIVER_DIR=${TOP_BUILDDIR}driver/ 3305 3267 CFACC=${DRIVER_DIR}cfa 3306 CFACC_INSTALL=${CFA_BINDIR}${CFA_NAME}3307 3268 CFACPP=${DRIVER_DIR}cfa-cpp 3308 3309 3269 3310 3270 … … 17057 17017 fi 17058 17018 17059 if test -z "${ENABLE_DISTCC_TRUE}" && test -z "${ENABLE_DISTCC_FALSE}"; then17060 as_fn_error $? "conditional \"ENABLE_DISTCC\" was never defined.17061 Usually this means the macro was only invoked conditionally." "$LINENO" 517062 fi17063 17019 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 17064 17020 as_fn_error $? "conditional \"AMDEP\" was never defined.
Note:
See TracChangeset
for help on using the changeset viewer.