Annotation of froggix/cross-configure.sh, revision 1.1

1.1     ! nick        1: #!/bin/sh
        !             2: 
        !             3: PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH \
        !             4:        ./configure --cache-file=config.cross.cache \
        !             5:        --host=i386-mingw32msvc \
        !             6:        --target=i386-mingw32msvc \
        !             7:        --build=i386-linux \
        !             8:        $*
        !             9: 

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