view emulator-build.sh @ 424:e39509d8d925

Install uClibc and kernel .config files into src directory of mini-native.
author Rob Landley <rob@landley.net>
date Tue, 28 Oct 2008 23:32:03 -0500
parents 25b18621de1b
children 06a005fcdacc
line wrap: on
line source

#!/bin/bash

SAVEPATH="$PATH"
source include.sh
PATH="$SAVEPATH"

cd "${BUILD}/system-image-$ARCH" &&
PATH="$HOSTTOOLS:$PATH" ./run-with-distcc.sh "$CROSS"