aboutsummaryrefslogtreecommitdiff
path: root/config/eembc.conf
blob: 6a10fcfc4e35a8ec0da5182815393023db43eca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# eembc does not have a configure script
configure="no"

#eembc build has a race condition, don't try to parallelize
default_makeflags="build -j 1 "
if test x"${build}" != x"${target}"; then
  default_makeflags="${default_makeflags} CROSS_COMPILE=${target}-"
fi

#command to run the benchmark
benchcmd="make -C ${builddir} -s rerun COMPILER_FLAGS='-O3 -mfpu=neon -mcpu=native -DNDEBUG -DHOST_EXAMPLE_CODE=1'"

#number of times to run the benchmark
benchcount="5"

#pattern to find all relative logs, relative to build directory
benchlog="*/gcc_{size,time}.log"