Changeset 1e8bf345


Ignore:
Timestamp:
Jan 25, 2015, 9:38:33 AM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
9df2dd5
Parents:
6e952ec
Message:

deal with newer built

Location:
libcfa
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/Makefile.in

    r6e952ec r1e8bf345  
    1515builtins.cf: Makefile builtins.c builtins.def
    1616        @BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > builtins.c
    17         @BACKEND_CC@ -E builtins.c | sed -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > builtins.cf
     17        @BACKEND_CC@ -E -P builtins.c | sed -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > builtins.cf
    1818
    1919libcfa-prelude.c: ../translator/cfa-cpp prelude.cf builtins.cf
Note: See TracChangeset for help on using the changeset viewer.