Changeset 50697b0 for configure


Ignore:
Timestamp:
Jul 27, 2018, 3:33:11 PM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
bf5a6477
Parents:
f37279b
Message:

Create variable for cfa, cfa-cpp in driver directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rf37279b r50697b0  
    674674build_cpu
    675675build
     676CFACPP
     677CFACC
     678DRIVER_DIR
    676679CFA_LIBDIR
    677680CFA_BINDIR
     
    33753378
    33763379
     3380# Create variables for commonly used targets
     3381DRIVER_DIR='$(top_builddir)/src/driver'
     3382
     3383CFACC=${DRIVER_DIR}/cfa
     3384
     3385CFACPP=${DRIVER_DIR}/cfa-cpp
     3386
     3387
    33773388# Make sure we can run config.sub.
    33783389$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
Note: See TracChangeset for help on using the changeset viewer.