* device/lib/pic16/**: build pic16 library using autotools for
[fw/sdcc] / 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