Changeset 95d0a5db for tools


Ignore:
Timestamp:
Dec 13, 2018, 4:22:08 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
93fe3154
Parents:
0765121
Message:

Removed backend_cc, everything now uses CC or CXX

Location:
tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.am

    r0765121 r95d0a5db  
    1717AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    1818
    19 CC = @BACKEND_CC@
    2019AM_CFLAGS = -Wall -Wextra -O2 -g
    2120
  • tools/Makefile.in

    r0765121 r95d0a5db  
    186186AUTOMAKE = @AUTOMAKE@
    187187AWK = @AWK@
    188 BACKEND_CC = @BACKEND_CC@
    189188BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@
    190 CC = @BACKEND_CC@
     189CC = @CC@
    191190CCAS = @CCAS@
    192191CCASDEPMODE = @CCASDEPMODE@
  • tools/prettyprinter/Makefile.in

    r0765121 r95d0a5db  
    210210AUTOMAKE = @AUTOMAKE@
    211211AWK = @AWK@
    212 BACKEND_CC = @BACKEND_CC@
    213212BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@
    214213CC = @CC@
Note: See TracChangeset for help on using the changeset viewer.