view run-from-build.sh @ 931:809d705262f8

Remove UCLIBC_GCC_{INC,LIB}
author Marc Andre Tanner <mat@brain-dump.org>
date Fri, 11 Dec 2009 22:29:06 +0100
parents 4bfe2b34dd9f
children abff74b958a1
line wrap: on
line source

#!/bin/bash

# Grab cross compiler (for distcc) and run development environment.

export PATH="$(pwd)/build/host:$(pwd)/build/cross-compiler-$1/bin:$PATH" &&
cd build/system-image-"$1" &&
./dev-environment.sh