Changeset 8e5724e for src/driver


Ignore:
Timestamp:
Nov 29, 2016, 4:47:15 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:
148f7290
Parents:
1f44196
Message:

Added the CFA_DEBUG flag and the libhdr folder to libcfa compilation.
Compilation now has an assambly compiler.
Added first assembly file to compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/driver/Makefile.in

    r1f44196 r8e5724e  
    9292BACKEND_CC = @BACKEND_CC@
    9393CC = @CC@
     94CCAS = @CCAS@
     95CCASDEPMODE = @CCASDEPMODE@
     96CCASFLAGS = @CCASFLAGS@
    9497CCDEPMODE = @CCDEPMODE@
    9598CFA_BACKEND_CC = @CFA_BACKEND_CC@
Note: See TracChangeset for help on using the changeset viewer.