Changeset bf5a6477 for src/benchmark


Ignore:
Timestamp:
Jul 27, 2018, 4:24:43 PM (7 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:
7fb69f6
Parents:
50697b0
Message:

Converted missing makefile to use CFACC as the compiler

Location:
src/benchmark
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/Makefile.am

    r50697b0 rbf5a6477  
    1818CFLAGS =
    1919AM_CFLAGS = -g -Wall -Wno-unused-function -O2
    20 CC = @CFA_BINDIR@/@CFA_NAME@
     20CC = @CFACC@
    2121TOOLSDIR = ${abs_top_srcdir}/tools/
    2222REPEAT   = ${TOOLSDIR}repeat
  • src/benchmark/Makefile.in

    r50697b0 rbf5a6477  
    135135AWK = @AWK@
    136136BACKEND_CC = @BACKEND_CC@
    137 CC = @CFA_BINDIR@/@CFA_NAME@
     137CC = @CFACC@
    138138CCAS = @CCAS@
    139139CCASDEPMODE = @CCASDEPMODE@
Note: See TracChangeset for help on using the changeset viewer.