view emulator-build.sh @ 394:f6802733e627

Binutils 2.18 isn't usable under GPLv2 anymore, revert to 2.17.
author Rob Landley <rob@landley.net>
date Tue, 26 Aug 2008 17:48:32 -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"