- Timestamp:
- Aug 7, 2019, 3:23:56 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 14347ac
- Parents:
- 7e0017f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r7e0017f5 rbbfd0e0 663 663 ac_ct_DUMPBIN 664 664 DUMPBIN 665 LD666 665 FGREP 667 666 EGREP … … 701 700 LDFLAGS 702 701 CXXFLAGS 703 CXX704 702 CFA_FLAGS 705 703 LIBCFA_TARGET_MAKEFILES … … 723 721 CFA_INCDIR 724 722 CFA_PREFIX 723 LD 724 CXX 725 ENABLE_DISTCC_FALSE 726 ENABLE_DISTCC_TRUE 725 727 DOendif 726 728 DOifskipcompile … … 797 799 enable_silent_rules 798 800 with_cfa_name 801 enable_distcc 799 802 with_target_hosts 800 803 enable_gprofiler … … 1459 1462 --enable-silent-rules less verbose build output (undo: "make V=1") 1460 1463 --disable-silent-rules verbose build output (undo: "make V=0") 1464 --enable-distcc whether or not to enable distributed compilation 1461 1465 --enable-gprofiler whether or not to enable gprofiler tools (if available) 1462 1466 --enable-demangler whether or not to build the demangler (executable and library) … … 3180 3184 3181 3185 DOendif='endif' 3186 3187 3188 3189 #============================================================================== 3190 # distcc support 3191 3192 # Check whether --enable-distcc was given. 3193 if test "${enable_distcc+set}" = set; then : 3194 enableval=$enable_distcc; enable_distcc=$enableval 3195 else 3196 enable_distcc=no 3197 fi 3198 3199 3200 if test x$enable_distcc = xyes; then 3201 ENABLE_DISTCC_TRUE= 3202 ENABLE_DISTCC_FALSE='#' 3203 else 3204 ENABLE_DISTCC_TRUE='#' 3205 ENABLE_DISTCC_FALSE= 3206 fi 3207 3208 3209 if test x$enable_distcc = xyes; then 3210 CXX="distcc ${CXX}" 3211 LD="distcc ${LD} -lstdc++" 3212 echo "Enabling distributed builds" 3213 fi 3214 3182 3215 3183 3216 … … 17017 17050 fi 17018 17051 17052 if test -z "${ENABLE_DISTCC_TRUE}" && test -z "${ENABLE_DISTCC_FALSE}"; then 17053 as_fn_error $? "conditional \"ENABLE_DISTCC\" was never defined. 17054 Usually this means the macro was only invoked conditionally." "$LINENO" 5 17055 fi 17019 17056 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 17020 17057 as_fn_error $? "conditional \"AMDEP\" was never defined.
Note: See TracChangeset
for help on using the changeset viewer.