- Timestamp:
- Mar 8, 2017, 3:17:58 PM (8 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 6363ad1
- Parents:
- 64cb860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r64cb860 r796cea3 742 742 enable_silent_rules 743 743 enable_maintainer_mode 744 with_cfa_name 744 745 with_backend_compiler 745 746 enable_target_release … … 1398 1399 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1399 1400 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1401 --with-cfa-name=NAME NAME too which cfa will be installed 1400 1402 --with-backend-compiler=PROGRAM PROGRAM that performs the final code compilation (must be gcc-compatible) 1401 1403 … … 3024 3026 Use -program-transform-name='s/cfa$/[Desired name here]/' instead" "$LINENO" 5 3025 3027 fi 3028 3029 3030 # Check whether --with-cfa-name was given. 3031 if test "${with_cfa_name+set}" = set; then : 3032 withval=$with_cfa_name; cfa_name=$withval 3033 else 3034 cfa_name="cfa" 3035 fi 3036 3026 3037 3027 3038 #Define the new name of the installed command
Note: See TracChangeset
for help on using the changeset viewer.