* device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
[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