Ignore:
Timestamp:
Nov 29, 2016, 4:47:15 PM (8 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/libcfa/Makefile.am

    r1f44196 r8e5724e  
    5353         ${AM_V_GEN}@BACKEND_CC@ @CFA_FLAGS@ -c -o $@ $<
    5454
    55 CFLAGS = -quiet -no-include-stdhdr -g -Wall -Wno-unused-function @CFA_FLAGS@ -B${abs_top_srcdir}/src/driver -XCFA -t # TEMPORARY: does not build with -O2
     55CFLAGS = \
     56        -quiet \
     57        -no-include-stdhdr \
     58        -g \
     59        -Wall \
     60        -Wno-unused-function \
     61        @CFA_FLAGS@ \
     62        -B${abs_top_srcdir}/src/driver \
     63        -XCFA \
     64        -t \
     65        -D__CFA_DEBUG__ \
     66        -I${abs_top_srcdir}/src/libcfa/libhdr \
     67        # TEMPORARY: does not build with -O2
    5668CC = ${abs_top_srcdir}/src/driver/cfa
    5769
     
    6678${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp ${cfalib_DATA} # add dependency to cfa-cpp so all libraries are rebuilt with new translator
    6779
    68 libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c}
     80libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c} concurrency/CtxSwitch-x86_64.S
    6981
    7082stdhdr = ${shell echo stdhdr/*}
Note: See TracChangeset for help on using the changeset viewer.