aboutsummaryrefslogtreecommitdiff
path: root/config/EEMBC.conf
blob: f9baf7a805ca218b0c79b7d573baeff187e4a6bb (plain)
1
2
3
4
5
6
7
8
9
10
11
# This is a list of packages that must be installed on the build machine
depends=""

# 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