Changeset e4745d7a for src/tests


Ignore:
Timestamp:
Dec 6, 2016, 3:38:11 PM (9 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, 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
  • src/tests/Makefile.in

    rc5cb6130 re4745d7a  
    3535PRE_UNINSTALL = :
    3636POST_UNINSTALL = :
     37build_triplet = @build@
     38host_triplet = @host@
    3739EXTRA_PROGRAMS = fstream_test$(EXEEXT) vector_test$(EXEEXT) \
    3840        avl_test$(EXEEXT) constant0-1DP$(EXEEXT) \
     
    150152LIBS = @LIBS@
    151153LTLIBOBJS = @LTLIBOBJS@
     154MACHINE_TYPE = @MACHINE_TYPE@
    152155MAINT = @MAINT@
    153156MAKEINFO = @MAKEINFO@
     
    181184am__untar = @am__untar@
    182185bindir = @bindir@
     186build = @build@
    183187build_alias = @build_alias@
     188build_cpu = @build_cpu@
     189build_os = @build_os@
     190build_vendor = @build_vendor@
    184191builddir = @builddir@
    185192datadir = @datadir@
     
    188195dvidir = @dvidir@
    189196exec_prefix = @exec_prefix@
     197host = @host@
    190198host_alias = @host_alias@
     199host_cpu = @host_cpu@
     200host_os = @host_os@
     201host_vendor = @host_vendor@
    191202htmldir = @htmldir@
    192203includedir = @includedir@
Note: See TracChangeset for help on using the changeset viewer.