changeset 333:77c10235464d

Simple script to run mini-native under its emulator, with distcc hooked up to build/cross-compiler-$ARCH.
author Rob Landley <rob@landley.net>
date Mon, 26 May 2008 16:34:58 -0500
parents df3855726ec7
children c1f9966a73b9
files build-under-emulator.sh
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build-under-emulator.sh	Mon May 26 16:34:58 2008 -0500
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+source include.sh
+
+cd "${BUILD}/system-image-$ARCH" &&
+PATH="$HOSTTOOLS:$PATH" ./run-with-distcc.sh "$CROSS"