Changes in configure [bbfd0e0:a8d4b59]
Legend:
- Unmodified
- Added
- Removed
-
configure
rbbfd0e0 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 … … 721 723 CFA_INCDIR 722 724 CFA_PREFIX 723 LD724 CXX725 ENABLE_DISTCC_FALSE726 ENABLE_DISTCC_TRUE727 725 DOendif 728 726 DOifskipcompile … … 799 797 enable_silent_rules 800 798 with_cfa_name 801 enable_distcc802 799 with_target_hosts 803 800 enable_gprofiler … … 1462 1459 --enable-silent-rules less verbose build output (undo: "make V=1") 1463 1460 --disable-silent-rules verbose build output (undo: "make V=0") 1464 --enable-distcc whether or not to enable distributed compilation1465 1461 --enable-gprofiler whether or not to enable gprofiler tools (if available) 1466 1462 --enable-demangler whether or not to build the demangler (executable and library) … … 3188 3184 3189 3185 #============================================================================== 3190 # distcc support3191 3192 # Check whether --enable-distcc was given.3193 if test "${enable_distcc+set}" = set; then :3194 enableval=$enable_distcc; enable_distcc=$enableval3195 else3196 enable_distcc=no3197 fi3198 3199 3200 if test x$enable_distcc = xyes; then3201 ENABLE_DISTCC_TRUE=3202 ENABLE_DISTCC_FALSE='#'3203 else3204 ENABLE_DISTCC_TRUE='#'3205 ENABLE_DISTCC_FALSE=3206 fi3207 3208 3209 if test x$enable_distcc = xyes; then3210 CXX="distcc ${CXX}"3211 LD="distcc ${LD} -lstdc++"3212 echo "Enabling distributed builds"3213 fi3214 3215 3216 3217 3218 #==============================================================================3219 3186 # Installation paths 3220 3187 … … 3478 3445 "x86-64" ) cannon_arch_name="x64";; 3479 3446 "x86_64" ) cannon_arch_name="x64";; 3480 "aarch64" ) cannon_arch_name=" x64";;3447 "aarch64" ) cannon_arch_name="arm";; 3481 3448 "x86" ) cannon_arch_name="x86";; 3482 3449 "i386" ) cannon_arch_name="x86";; … … 3520 3487 "x86-64" ) cannon_arch_name="x64";; 3521 3488 "x86_64" ) cannon_arch_name="x64";; 3522 "aarch64" ) cannon_arch_name=" x64";;3489 "aarch64" ) cannon_arch_name="arm";; 3523 3490 "x86" ) cannon_arch_name="x86";; 3524 3491 "i386" ) cannon_arch_name="x86";; … … 17050 17017 fi 17051 17018 17052 if test -z "${ENABLE_DISTCC_TRUE}" && test -z "${ENABLE_DISTCC_FALSE}"; then17053 as_fn_error $? "conditional \"ENABLE_DISTCC\" was never defined.17054 Usually this means the macro was only invoked conditionally." "$LINENO" 517055 fi17056 17019 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 17057 17020 as_fn_error $? "conditional \"AMDEP\" was never defined.
Note:
See TracChangeset
for help on using the changeset viewer.