File:  [Local Repository] / froggix / cross-make.sh
Revision 1.1: download - view: text, annotated - select for diffs
Sat Mar 28 03:52:29 2009 UTC (15 years, 1 month ago) by nick
Branches: MAIN
CVS tags: HEAD
Should be the final files for setting up the cross compilation

#!/bin/sh

PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH \
	make $*


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>