#!/usr/bin/env bash # Using '-none-' instead of '-pc-' makes host and target "different", # so we get the cross-compiling behavior we need. target=i686-none-linux-gnu linux_arch=i386 top=$HOME/cross-build/net