Changeset 796cea3 for configure


Ignore:
Timestamp:
Mar 8, 2017, 3:17:58 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Added proper argument to rename cfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r64cb860 r796cea3  
    742742enable_silent_rules
    743743enable_maintainer_mode
     744with_cfa_name
    744745with_backend_compiler
    745746enable_target_release
     
    13981399  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
    13991400  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
     1401  --with-cfa-name=NAME     NAME too which cfa will be installed
    14001402  --with-backend-compiler=PROGRAM     PROGRAM that performs the final code compilation (must be gcc-compatible)
    14011403
     
    30243026                Use -program-transform-name='s/cfa$/[Desired name here]/' instead" "$LINENO" 5
    30253027fi
     3028
     3029
     3030# Check whether --with-cfa-name was given.
     3031if test "${with_cfa_name+set}" = set; then :
     3032  withval=$with_cfa_name; cfa_name=$withval
     3033else
     3034  cfa_name="cfa"
     3035fi
     3036
    30263037
    30273038#Define the new name of the installed command
Note: See TracChangeset for help on using the changeset viewer.