Changeset 66f8528 for src/Makefile.in


Ignore:
Timestamp:
Dec 15, 2016, 5:16:42 PM (9 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
43385ca, f7ff3fb
Parents:
5802a4f (diff), 596f987b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into tuples

Conflicts:

src/ResolvExpr/CommonType.cc
src/tests/.expect/32/extension.txt
src/tests/.expect/32/gccExtensions.txt
src/tests/.expect/64/declarationSpecifier.txt
src/tests/.expect/64/extension.txt
src/tests/.expect/64/gccExtensions.txt
src/tests/.expect/castError.txt
src/tests/Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.in

    r5802a4f r66f8528  
    6969PRE_UNINSTALL = :
    7070POST_UNINSTALL = :
     71build_triplet = @build@
     72host_triplet = @host@
    7173DIST_COMMON = $(srcdir)/CodeGen/module.mk $(srcdir)/Common/module.mk \
    7274        $(srcdir)/ControlStruct/module.mk $(srcdir)/GenPoly/module.mk \
     
    259261BACKEND_CC = @BACKEND_CC@
    260262CC = @CC@
     263CCAS = @CCAS@
     264CCASDEPMODE = @CCASDEPMODE@
     265CCASFLAGS = @CCASFLAGS@
    261266CCDEPMODE = @CCDEPMODE@
    262267CFA_BACKEND_CC = @CFA_BACKEND_CC@
     
    293298LIBS = @LIBS@
    294299LTLIBOBJS = @LTLIBOBJS@
     300MACHINE_TYPE = @MACHINE_TYPE@
    295301MAINT = @MAINT@
    296302MAKEINFO = @MAKEINFO@
     
    324330am__untar = @am__untar@
    325331bindir = @bindir@
     332build = @build@
    326333build_alias = @build_alias@
     334build_cpu = @build_cpu@
     335build_os = @build_os@
     336build_vendor = @build_vendor@
    327337builddir = @builddir@
    328338datadir = @datadir@
     
    331341dvidir = @dvidir@
    332342exec_prefix = @exec_prefix@
     343host = @host@
    333344host_alias = @host_alias@
     345host_cpu = @host_cpu@
     346host_os = @host_os@
     347host_vendor = @host_vendor@
    334348htmldir = @htmldir@
    335349includedir = @includedir@
     
    418432driver_cfa_cpp_SOURCES = ${SRC}
    419433driver_cfa_cpp_LDADD = ${LEXLIB} -ldl                   # yywrap
    420 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT
     434driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2
    421435driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic
    422436all: $(BUILT_SOURCES)
Note: See TracChangeset for help on using the changeset viewer.