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

    rc5cb6130 re4745d7a  
    3636PRE_UNINSTALL = :
    3737POST_UNINSTALL = :
     38build_triplet = @build@
     39host_triplet = @host@
    3840bin_PROGRAMS = cfa$(EXEEXT)
    3941cc1lib_PROGRAMS = cc1$(EXEEXT)
     
    129131LIBS = @LIBS@
    130132LTLIBOBJS = @LTLIBOBJS@
     133MACHINE_TYPE = @MACHINE_TYPE@
    131134MAINT = @MAINT@
    132135MAKEINFO = @MAKEINFO@
     
    160163am__untar = @am__untar@
    161164bindir = @bindir@
     165build = @build@
    162166build_alias = @build_alias@
     167build_cpu = @build_cpu@
     168build_os = @build_os@
     169build_vendor = @build_vendor@
    163170builddir = @builddir@
    164171datadir = @datadir@
     
    167174dvidir = @dvidir@
    168175exec_prefix = @exec_prefix@
     176host = @host@
    169177host_alias = @host_alias@
     178host_cpu = @host_cpu@
     179host_os = @host_os@
     180host_vendor = @host_vendor@
    170181htmldir = @htmldir@
    171182includedir = @includedir@
Note: See TracChangeset for help on using the changeset viewer.