Changeset c5ac6d5 for src/libcfa/Makefile.am
- Timestamp:
- Jun 6, 2017, 1:51:57 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- 10e90cb, af397ef8
- Parents:
- c81ebf9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.am
rc81ebf9 rc5ac6d5 54 54 # not all platforms support concurrency, add option do disable it 55 55 if BUILD_CONCURRENCY 56 libsrc += concurrency/CtxSwitch-@MACHINE_TYPE@.S concurrency/alarm.c concurrency/invoke.c concurrency/ signal.c56 libsrc += concurrency/CtxSwitch-@MACHINE_TYPE@.S concurrency/alarm.c concurrency/invoke.c concurrency/preemption.c 57 57 endif 58 58
Note: See TracChangeset
for help on using the changeset viewer.