Changeset bf5a6477
- Timestamp:
- Jul 27, 2018, 4:24:43 PM (6 years ago)
- 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 7fb69f6
- Parents:
- 50697b0
- Location:
- src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/Makefile.am
r50697b0 rbf5a6477 18 18 CFLAGS = 19 19 AM_CFLAGS = -g -Wall -Wno-unused-function -O2 20 CC = @CFA _BINDIR@/@CFA_NAME@20 CC = @CFACC@ 21 21 TOOLSDIR = ${abs_top_srcdir}/tools/ 22 22 REPEAT = ${TOOLSDIR}repeat -
src/benchmark/Makefile.in
r50697b0 rbf5a6477 135 135 AWK = @AWK@ 136 136 BACKEND_CC = @BACKEND_CC@ 137 CC = @CFA _BINDIR@/@CFA_NAME@137 CC = @CFACC@ 138 138 CCAS = @CCAS@ 139 139 CCASDEPMODE = @CCASDEPMODE@ -
src/tests/preempt_longrun/Makefile.am
r50697b0 rbf5a6477 32 32 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I.. -I. -DTEST_$(shell cat .type | tr a-z A-Z) 33 33 CFLAGS = ${BUILD_FLAGS} 34 CC = @CFA _BINDIR@/@CFA_NAME@34 CC = @CFACC@ 35 35 36 36 TESTS = block coroutine create disjoint enter enter3 processor stack wait yield -
src/tests/preempt_longrun/Makefile.in
r50697b0 rbf5a6477 337 337 AWK = @AWK@ 338 338 BACKEND_CC = @BACKEND_CC@ 339 CC = @CFA _BINDIR@/@CFA_NAME@339 CC = @CFACC@ 340 340 CCAS = @CCAS@ 341 341 CCASDEPMODE = @CCASDEPMODE@
Note: See TracChangeset
for help on using the changeset viewer.