Changeset c6bbcdb for libcfa/configure
- Timestamp:
- Sep 25, 2018, 4:43:25 PM (5 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 2725882
- Parents:
- 6d44da1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
r6d44da1 rc6bbcdb 709 709 CFACPP 710 710 CFACC 711 CFA_VERSION 711 712 DRIVER_DIR 712 713 CONFIGURATION … … 799 800 CONFIGURATION 800 801 DRIVER_DIR 802 CFA_VERSION 801 803 CC 802 804 CFLAGS … … 1473 1475 deubg, nodebug, nolib (prelude-only) 1474 1476 DRIVER_DIR The path to the cforall driver directory 1477 CFA_VERSION The long version of cfa 1475 1478 CC C compiler command 1476 1479 CFLAGS C compiler flags … … 2932 2935 2933 2936 2937 2934 2938 CFACC=${DRIVER_DIR}cfa 2935 2939 CFACPP=${DRIVER_DIR}cfa-cpp 2940 2936 2941 2937 2942
Note: See TracChangeset
for help on using the changeset viewer.