Changeset e4745d7a for Makefile.in


Ignore:
Timestamp:
Dec 6, 2016, 3:38:11 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, 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:
d9c44c3
Parents:
c5cb6130
Message:

Properly fixed the build for i386/x86_64 including regular C file invoke.c and appropriate assembly CtxSwitch?-[CPU].S

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rc5cb6130 re4745d7a  
    3535PRE_UNINSTALL = :
    3636POST_UNINSTALL = :
     37build_triplet = @build@
     38host_triplet = @host@
    3739subdir = .
    3840DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    3941        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    4042        $(top_srcdir)/configure INSTALL automake/compile \
    41         automake/depcomp automake/install-sh automake/missing \
    42         automake/ylwrap
     43        automake/config.guess automake/config.sub automake/depcomp \
     44        automake/install-sh automake/missing automake/ylwrap
    4345ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4446am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    161163LIBS = @LIBS@
    162164LTLIBOBJS = @LTLIBOBJS@
     165MACHINE_TYPE = @MACHINE_TYPE@
    163166MAINT = @MAINT@
    164167MAKEINFO = @MAKEINFO@
     
    192195am__untar = @am__untar@
    193196bindir = @bindir@
     197build = @build@
    194198build_alias = @build_alias@
     199build_cpu = @build_cpu@
     200build_os = @build_os@
     201build_vendor = @build_vendor@
    195202builddir = @builddir@
    196203datadir = @datadir@
     
    199206dvidir = @dvidir@
    200207exec_prefix = @exec_prefix@
     208host = @host@
    201209host_alias = @host_alias@
     210host_cpu = @host_cpu@
     211host_os = @host_os@
     212host_vendor = @host_vendor@
    202213htmldir = @htmldir@
    203214includedir = @includedir@
Note: See TracChangeset for help on using the changeset viewer.