Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic16 / configure.gnu
1 #!/bin/sh
2
3 #
4 # Wrapper for the configure-script to force cross-compilation mode.
5 #
6
7 SRCDIR=`dirname "$0"`
8 "$SRCDIR/configure" "$@" --build=`"$SRCDIR/config.guess"` --host=pic16
9