#!/usr/bin/env bash source $(dirname $0)/common mkdir -p $tools/bin for tool in gcc g++ ar ranlib; do fake=$tools/bin/$target-$tool cat > $fake <