#!/bin/sh -e ./configure \ --prefix=/usr \ --build="$(cc -dumpmachine)" \ --host="$(cc -dumpmachine)" \ --enable-targets=x86_64-pep \ --disable-multilib \ --disable-werror \ --with-mmap \ --with-system-zlib make make DESTDIR="$1" install