aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make.gcc-armv6-cross.sh
blob: 2eaa1cdfc74e1cdc278726634fe5c97a3d21c444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

SDIR=`dirname $0` 
CDIR=$SDIR/../cmake

PATH=$SDIR/arm-linux-gnueabi/bin:$PATH
export PATH

which gcc

cmake .. -DCMAKE_TOOLCHAIN_FILE=$CDIR/toolchain.gcc-armv6.cmake
make