#!/bin/sh # Copied from zenia:~/nightly to puff by build process. set -eux [ $# == 1 ] || { echo "usage: puff-buildscript DIR" >&2 exit 1 } dir="$1" source $HOME/.bash_profile check-clock cd $dir/build CFLAGS=-g3 gcc343-glibc $dir/src/configure --target=powerpc-linux-gnuspe gcc343-glibc make gcc343-glibc make check-gdb || true