view run-from-build.sh @ 918:18f052489f5d

Make ccwrap, hello, busybox, and toybox respect SKIP_STRIP and CFLAGS=-g.
author Rob Landley <rob@landley.net>
date Thu, 03 Dec 2009 03:39:53 -0600
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