Changeset 47c1928 for driver


Ignore:
Timestamp:
Aug 10, 2018, 5:45:51 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:
ae628e1
Parents:
2ea0a8a
Message:

Host now properly affects compiler

Location:
driver
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • driver/Makefile.am

    r2ea0a8a r47c1928  
    1818
    1919# applies to both programs
    20 AM_CXXFLAGS = -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src
     20AM_CXXFLAGS = @HOST_FLAGS@ -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src
    2121
    2222# don't install cfa directly
  • driver/Makefile.in

    r2ea0a8a r47c1928  
    213213EXEEXT = @EXEEXT@
    214214GREP = @GREP@
     215HOST_FLAGS = @HOST_FLAGS@
    215216INSTALL = @INSTALL@
    216217INSTALL_DATA = @INSTALL_DATA@
     
    301302
    302303# applies to both programs
    303 AM_CXXFLAGS = -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src
     304AM_CXXFLAGS = @HOST_FLAGS@ -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src
    304305cfa_SOURCES = cfa.cc
    305306
Note: See TracChangeset for help on using the changeset viewer.