#!/bin/sh -e

./configure \
    --prefix=/usr \
    --disable-shared \
    --enable-function-sections

make
make DESTDIR="$1" install