#!/bin/sh -e file="$1" muslspecs="$2" realgcc="$3" allstatic="$4" if $allstatic ; then dostatic=-static else dostatic= fi cat > "$file" <