blob: fd3c8479fec981d01ecbe807434bfa36f5042515 [file] [log] [blame]
Liam Girdwoodecdc89d2018-02-08 16:25:58 +00001# fail on any errors
2set -e
3
4# run autogen.sh
5./autogen.sh
6
7# build all images for all targets.
8pwd=`pwd`
9
10# Build library for host platform architecture
11./configure --with-arch=host --enable-library=yes --host=x86_64-unknown-linux-gnu --prefix=$pwd/../host-root/
12make
13make install