view sources/sections/distcc.build @ 1798:6bc4074067e9 draft

Fix default stack size so sh2eb builds runnable busybox and toybox.
author Rob Landley <rob@landley.net>
date Mon, 19 Oct 2015 08:53:26 -0500
parents 5c9d74b49fb5
children acaa88463c0c
line wrap: on
line source

rsync_cv_HAVE_C99_VSNPRINTF=yes \
LDFLAGS="$STATIC_FLAGS $LDFLAGS" CC="${ARCH}-cc" ./configure \
  --host="${CROSS_TARGET}" --prefix="$STAGE_DIR" --bindir="$STAGE_DIR/distcc" \
  --with-included-popt --disable-Werror &&
make -j $CPUS &&
make -j $CPUS install &&
mkdir -p "$STAGE_DIR/distcc" || dienow

TEMP=""
[ -z "$NO_CPLUSPLUS" ] && TEMP="g++ c++"
for i in gcc cc $TEMP
do
  ln -s distcc "$STAGE_DIR/distcc/$i" || dienow
done