aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/libffi.sh
blob: af96ea3fe4f3b687807523b721572d9f4768fb16 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

./configure --prefix=/usr --disable-static --with-gcc-arch=native &&

make &&

make -j1 install