- Timestamp:
- Jul 27, 2018, 3:33:11 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- bf5a6477
- Parents:
- f37279b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rf37279b r50697b0 674 674 build_cpu 675 675 build 676 CFACPP 677 CFACC 678 DRIVER_DIR 676 679 CFA_LIBDIR 677 680 CFA_BINDIR … … 3375 3378 3376 3379 3380 # Create variables for commonly used targets 3381 DRIVER_DIR='$(top_builddir)/src/driver' 3382 3383 CFACC=${DRIVER_DIR}/cfa 3384 3385 CFACPP=${DRIVER_DIR}/cfa-cpp 3386 3387 3377 3388 # Make sure we can run config.sub. 3378 3389 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
Note: See TracChangeset
for help on using the changeset viewer.