#!/bin/sh
# Script to demonstrate building scan2 for AML M7100 Barcode Scanner
set -x

target=arm-unknown-linux-gnu
toolcombo=gcc-2.95.3-glibc-2.1.3
PATH=/opt/crosstool/$target/$toolcombo/bin:$PATH

$target-gcc -I libhttp-0.9 scan2.c buildlibhttp/.libs/libhttp.a -o scan2

